diff --git a/README.md b/README.md index 050a47d4a..75bef9087 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [auth_api_key_server_env](auth_api_key_server_env/) | 18.0.1.0.0 | | Configure api keys via server env. This can be very useful to avoid mixing your keys between your various environments when restoring databases. All you have to do is to add a new section to your configuration file according to the following convention: [auth_oidc](auth_oidc/) | 18.0.1.0.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Allow users to login through OpenID Connect Provider [base_user_empty_password](base_user_empty_password/) | 18.0.1.0.0 | [![grindtildeath](https://github.com/grindtildeath.png?size=30px)](https://github.com/grindtildeath) | Allows to empty password of users +[base_user_show_email](base_user_show_email/) | 18.0.1.0.0 | | Untangle user login and email [//]: # (end addons) diff --git a/base_user_show_email/README.rst b/base_user_show_email/README.rst index 6d639041d..31d7db4c3 100644 --- a/base_user_show_email/README.rst +++ b/base_user_show_email/README.rst @@ -7,7 +7,7 @@ Base User Show Email !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a154418165dd6b27836d16898940982533193930d361069ee0087ed1b09d544b + !! source digest: sha256:0bcc12b4e1b6e7c68e6252c2db5ff3e174bb9aab16229b623103bddcc9b6f818 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_user_show_email/static/description/index.html b/base_user_show_email/static/description/index.html index b1c55496b..de5e974db 100644 --- a/base_user_show_email/static/description/index.html +++ b/base_user_show_email/static/description/index.html @@ -367,7 +367,7 @@

Base User Show Email

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a154418165dd6b27836d16898940982533193930d361069ee0087ed1b09d544b +!! source digest: sha256:0bcc12b4e1b6e7c68e6252c2db5ff3e174bb9aab16229b623103bddcc9b6f818 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

In recent Odoo versions, the login field is tightly linked to the email diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index c20ce4cca..e42dfebe0 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "odoo-addons-oca-server-auth" -version = "18.0.20241023.0" +version = "18.0.20241116.0" dependencies = [ "odoo-addon-auth_api_key==18.0.*", "odoo-addon-auth_api_key_group==18.0.*", "odoo-addon-auth_api_key_server_env==18.0.*", "odoo-addon-auth_oidc==18.0.*", "odoo-addon-base_user_empty_password==18.0.*", + "odoo-addon-base_user_show_email==18.0.*", ] classifiers=[ "Programming Language :: Python",