diff --git a/README.md b/README.md index b1ddf5a39..bb8926070 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons 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. [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_group/README.rst b/auth_api_key_group/README.rst index 29a8e78b7..3ca55dcd1 100644 --- a/auth_api_key_group/README.rst +++ b/auth_api_key_group/README.rst @@ -7,7 +7,7 @@ Auth API key group !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e02ddd7cdf4a2102769e291238d178e3fae95781337a62fa9c2cd6b3c671cc05 + !! source digest: sha256:0c31510542f8db0a00b4350e1c264507309a97ecdfbf7b53e0e0bfb6572f0782 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/auth_api_key_group/static/description/index.html b/auth_api_key_group/static/description/index.html index 5a4ee3204..d3f61150f 100644 --- a/auth_api_key_group/static/description/index.html +++ b/auth_api_key_group/static/description/index.html @@ -367,7 +367,7 @@

Auth API key group

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

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

Allow grouping API keys together.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index b5735c8fa..24183bcf9 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-server-auth" -version = "18.0.20241011.1" +version = "18.0.20241019.0" dependencies = [ "odoo-addon-auth_api_key==18.0.*", + "odoo-addon-auth_api_key_group==18.0.*", "odoo-addon-base_user_empty_password==18.0.*", ] classifiers=[