diff --git a/README.md b/README.md index 90883c58..e39e99b3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ addon | version | maintainers | summary [base_import_match](base_import_match/) | 14.0.1.0.2 | | Try to avoid duplicates before importing [base_user_role](base_user_role/) | 14.0.2.5.3 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) [![jcdrubay](https://github.com/jcdrubay.png?size=30px)](https://github.com/jcdrubay) [![novawish](https://github.com/novawish.png?size=30px)](https://github.com/novawish) | User roles [base_user_role_company](base_user_role_company/) | 14.0.2.0.2 | | User roles by company -[base_user_role_profile](base_user_role_profile/) | 14.0.1.0.0 | | User profiles +[base_user_role_profile](base_user_role_profile/) | 14.0.1.1.0 | | User profiles [server_action_navigate](server_action_navigate/) | 14.0.1.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) [![ashishhirpara](https://github.com/ashishhirpara.png?size=30px)](https://github.com/ashishhirpara) | Navigate between any items of any Odoo Models [//]: # (end addons) diff --git a/base_user_role_profile/README.rst b/base_user_role_profile/README.rst index 3afa7ef6..184a57a1 100644 --- a/base_user_role_profile/README.rst +++ b/base_user_role_profile/README.rst @@ -7,7 +7,7 @@ User profiles !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:9fb87b0b5ce0cc019c7f34a9b5e15e5d074ccac2090e43d43ca747008acef138 + !! source digest: sha256:7f308b13d03b7b0e6850750c99b22d6402ac11c6dffc22e98b902f25d888360b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_user_role_profile/__manifest__.py b/base_user_role_profile/__manifest__.py index 22a34689..95f961ee 100644 --- a/base_user_role_profile/__manifest__.py +++ b/base_user_role_profile/__manifest__.py @@ -2,7 +2,7 @@ { "name": "User profiles", - "version": "14.0.1.0.0", + "version": "14.0.1.1.0", "category": "Tools", "author": "Akretion, Odoo Community Association (OCA)", "license": "AGPL-3", diff --git a/base_user_role_profile/static/description/index.html b/base_user_role_profile/static/description/index.html index 2f6398c5..db66adc9 100644 --- a/base_user_role_profile/static/description/index.html +++ b/base_user_role_profile/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:9fb87b0b5ce0cc019c7f34a9b5e15e5d074ccac2090e43d43ca747008acef138 +!! source digest: sha256:7f308b13d03b7b0e6850750c99b22d6402ac11c6dffc22e98b902f25d888360b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Extending the base_user_role module, this one adds the notion of profiles. Effectively profiles act as an additional filter to how the roles are used.