diff --git a/README.md b/README.md index 6529356a3..ccadc5bf1 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ addon | version | maintainers | summary [web_domain_field](web_domain_field/) | 14.0.1.0.2 | | Use computed field as domain [web_drop_target](web_drop_target/) | 14.0.1.1.1 | | Allows to drag files into Odoo [web_environment_ribbon](web_environment_ribbon/) | 14.0.1.0.0 | | Web Environment Ribbon -[web_field_required_invisible_manager](web_field_required_invisible_manager/) | 14.0.2.1.1 | [![ilyasProgrammer](https://github.com/ilyasProgrammer.png?size=30px)](https://github.com/ilyasProgrammer) | Web Field Required Invisible Readonly Managerr +[web_field_required_invisible_manager](web_field_required_invisible_manager/) | 14.0.2.1.2 | [![ilyasProgrammer](https://github.com/ilyasProgrammer.png?size=30px)](https://github.com/ilyasProgrammer) | Web Field Required Invisible Readonly Managerr [web_group_expand](web_group_expand/) | 14.0.1.0.0 | | Group Expand Buttons [web_ir_actions_act_multi](web_ir_actions_act_multi/) | 14.0.1.0.1 | | Enables triggering of more than one action on ActionManager [web_ir_actions_act_view_reload](web_ir_actions_act_view_reload/) | 14.0.1.0.2 | | Enables reload of the current view via ActionManager diff --git a/web_field_required_invisible_manager/README.rst b/web_field_required_invisible_manager/README.rst index 1b2abb68e..3aa5c7e5b 100644 --- a/web_field_required_invisible_manager/README.rst +++ b/web_field_required_invisible_manager/README.rst @@ -7,7 +7,7 @@ Web Field Required Invisible Readonly Managerr !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:48b47a559ffc1602f250bd7c0babb599ed6d4d5805813ddd38a44d4a290962c7 + !! source digest: sha256:6d64048e3ef41f99ee1f946bd1abb627d775c83a94186cd1617ab3a5aa217486 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -48,6 +48,13 @@ Select a field, add one or more group and enable flag "Required", "Invisible" or If needed, set a condition for which the field should be required, invisible or readonly for users of those groups. +Known issues / Roadmap +====================== + +When one model inherits another (e.g. res.users inherits res.partner) and new custom +field is created, then same field is created for inheriting model as well, which should +be avoided or at least duplicated field should be also manual, but created as base. + Bug Tracker =========== diff --git a/web_field_required_invisible_manager/__manifest__.py b/web_field_required_invisible_manager/__manifest__.py index 53e26752c..dd6f660e3 100644 --- a/web_field_required_invisible_manager/__manifest__.py +++ b/web_field_required_invisible_manager/__manifest__.py @@ -2,7 +2,7 @@ { "name": "Web Field Required Invisible Readonly Managerr", "category": "Web", - "version": "14.0.2.1.1", + "version": "14.0.2.1.2", "license": "AGPL-3", "author": "Ilyas, ooops404, Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", diff --git a/web_field_required_invisible_manager/static/description/index.html b/web_field_required_invisible_manager/static/description/index.html index 94683f42c..a24e20070 100644 --- a/web_field_required_invisible_manager/static/description/index.html +++ b/web_field_required_invisible_manager/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:48b47a559ffc1602f250bd7c0babb599ed6d4d5805813ddd38a44d4a290962c7 +!! source digest: sha256:6d64048e3ef41f99ee1f946bd1abb627d775c83a94186cd1617ab3a5aa217486 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows to set a field required, invisible or readonly for users belonging to a specific group.

@@ -376,11 +376,12 @@ ul.auto-toc {
+
+

Known issues / Roadmap

+

When one model inherits another (e.g. res.users inherits res.partner) and new custom +field is created, then same field is created for inheriting model as well, which should +be avoided or at least duplicated field should be also manual, but created as base.

+
-

Bug Tracker

+

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -401,16 +408,16 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

-

Contributors

+

Contributors

-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose