From 9c5c3baf3825d21da97c1e49fec20377601a406b Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 12 Feb 2025 07:21:35 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/pyproject.toml | 3 ++- users_ldap_populate/README.rst | 18 +++++++++--------- .../static/description/index.html | 6 +++--- 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 023dcd8059..7d93cbafd0 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ addon | version | maintainers | summary [auth_user_case_insensitive](auth_user_case_insensitive/) | 17.0.1.0.0 | | Makes the user login field case insensitive [impersonate_login](impersonate_login/) | 17.0.1.0.2 | [![Kev-Roche](https://github.com/Kev-Roche.png?size=30px)](https://github.com/Kev-Roche) | tools [user_log_view](user_log_view/) | 17.0.1.0.0 | [![trojikman](https://github.com/trojikman.png?size=30px)](https://github.com/trojikman) | Allow to see user's actions log +[users_ldap_populate](users_ldap_populate/) | 17.0.1.0.0 | [![joao-p-marques](https://github.com/joao-p-marques.png?size=30px)](https://github.com/joao-p-marques) | LDAP Populate [//]: # (end addons) diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index dc0bfe8600..4ee9f125ad 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-server-auth" -version = "17.0.20250118.0" +version = "17.0.20250212.0" dependencies = [ "odoo-addon-auth_admin_passkey>=17.0dev,<17.1dev", "odoo-addon-auth_admin_passkey_totp_mail_enforce>=17.0dev,<17.1dev", @@ -16,6 +16,7 @@ dependencies = [ "odoo-addon-auth_user_case_insensitive>=17.0dev,<17.1dev", "odoo-addon-impersonate_login>=17.0dev,<17.1dev", "odoo-addon-user_log_view>=17.0dev,<17.1dev", + "odoo-addon-users_ldap_populate>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python", diff --git a/users_ldap_populate/README.rst b/users_ldap_populate/README.rst index 2a535b533e..53b9c8a7c0 100644 --- a/users_ldap_populate/README.rst +++ b/users_ldap_populate/README.rst @@ -7,7 +7,7 @@ LDAP Populate !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:63416ef2552f2e40342f05e2816018fa46e7b680c87a4a7619875248549db09c + !! source digest: sha256:a966c208d29cf07fbef7c2fa70c82714faad3e0e9864f8b76e076cbfc6c2dac2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -50,8 +50,8 @@ To use this module, you need to: Known issues / Roadmap ====================== -- Improve test coverage and port its LDAP Patch method to a module - where they can be imported and reutilized on other tests. +- Improve test coverage and port its LDAP Patch method to a module where + they can be imported and reutilized on other tests. Bug Tracker =========== @@ -74,13 +74,13 @@ Authors Contributors ------------ -- Therp BV -- `Tecnativa `__: +- Therp BV +- `Tecnativa `__: - - Alexandre Díaz - - João Marques - - Carlos Roca - - Carolina Fernandez + - Alexandre Díaz + - João Marques + - Carlos Roca + - Carolina Fernandez Maintainers ----------- diff --git a/users_ldap_populate/static/description/index.html b/users_ldap_populate/static/description/index.html index 867889bf98..de113823ae 100644 --- a/users_ldap_populate/static/description/index.html +++ b/users_ldap_populate/static/description/index.html @@ -367,7 +367,7 @@

LDAP Populate

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:63416ef2552f2e40342f05e2816018fa46e7b680c87a4a7619875248549db09c +!! source digest: sha256:a966c208d29cf07fbef7c2fa70c82714faad3e0e9864f8b76e076cbfc6c2dac2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/server-auth Translate me on Weblate Try me on Runboat

This module extends the functionality of auth_ldap by adding @@ -400,8 +400,8 @@

Usage

Known issues / Roadmap

    -
  • Improve test coverage and port its LDAP Patch method to a module -where they can be imported and reutilized on other tests.
  • +
  • Improve test coverage and port its LDAP Patch method to a module where +they can be imported and reutilized on other tests.