diff --git a/README.md b/README.md index bb89260703..fcf8fed22f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [auth_api_key](auth_api_key/) | 18.0.1.0.0 | | Authenticate http requests from an API key [auth_api_key_group](auth_api_key_group/) | 18.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Allow grouping API keys together. Grouping per se does nothing. This feature is supposed to be used by other modules to limit access to services or records based on groups of keys. +[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: [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 [//]: # (end addons) diff --git a/auth_api_key_server_env/README.rst b/auth_api_key_server_env/README.rst index 11e0b47803..b059af3baf 100644 --- a/auth_api_key_server_env/README.rst +++ b/auth_api_key_server_env/README.rst @@ -7,7 +7,7 @@ Auth API key server environment !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e6609698db2b7ba4cab3f9aa8cfca5e51a1418bbf74c8bd802b9bce9be8c54a9 + !! source digest: sha256:5be14139031905305a9386404cbb8fe634b8be05ce3e318cd6c183619c52746c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/auth_api_key_server_env/static/description/index.html b/auth_api_key_server_env/static/description/index.html index a27a17f60a..4353042a6d 100644 --- a/auth_api_key_server_env/static/description/index.html +++ b/auth_api_key_server_env/static/description/index.html @@ -367,7 +367,7 @@
Configure api keys via server env.
diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 24183bcf98..0acddf920c 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-server-auth" -version = "18.0.20241019.0" +version = "18.0.20241019.1" 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-base_user_empty_password==18.0.*", ] classifiers=[