diff --git a/README.md b/README.md index 9fb8779bcdea..f86bc05d5f4d 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ addon | version | maintainers | summary [web_field_numeric_formatting](web_field_numeric_formatting/) | 16.0.1.0.0 | | Allow to render float and integer fields without thousands separator [web_group_expand](web_group_expand/) | 16.0.1.0.0 | | Group Expand Buttons [web_help](web_help/) | 16.0.2.0.0 | | Help Framework +[web_hide_field_with_key](web_hide_field_with_key/) | 16.0.1.0.1 | [![franzpoize](https://github.com/franzpoize.png?size=30px)](https://github.com/franzpoize) | Hide fields for models [web_ir_actions_act_multi](web_ir_actions_act_multi/) | 16.0.1.0.0 | | Enables triggering of more than one action on ActionManager [web_ir_actions_act_window_message](web_ir_actions_act_window_message/) | 16.0.1.0.1 | | Show a message box to users [web_ir_actions_act_window_page](web_ir_actions_act_window_page/) | 16.0.1.0.0 | | Allows a developer to trigger a pager to show the previous or next next record in the form view diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index b90109d6cdfc..9b000d1e0d96 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240309.1 \ No newline at end of file +16.0.20240322.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index b910760927ad..e190dac43898 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -24,6 +24,7 @@ 'odoo-addon-web_field_numeric_formatting>=16.0dev,<16.1dev', 'odoo-addon-web_group_expand>=16.0dev,<16.1dev', 'odoo-addon-web_help>=16.0dev,<16.1dev', + 'odoo-addon-web_hide_field_with_key>=16.0dev,<16.1dev', 'odoo-addon-web_ir_actions_act_multi>=16.0dev,<16.1dev', 'odoo-addon-web_ir_actions_act_window_message>=16.0dev,<16.1dev', 'odoo-addon-web_ir_actions_act_window_page>=16.0dev,<16.1dev', diff --git a/web_hide_field_with_key/README.rst b/web_hide_field_with_key/README.rst index 2a983c419752..cc923b08b966 100644 --- a/web_hide_field_with_key/README.rst +++ b/web_hide_field_with_key/README.rst @@ -7,7 +7,7 @@ Web hide field with keys !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b7fd81a70afbf20b3a6518d377df8e218ec47eb99304a692ef1c2e1fac4cb12d + !! source digest: sha256:2f9505d660c7b606386565a2d225a9b3c971cc9e8346f7514ed98753d03b3225 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/web_hide_field_with_key/__manifest__.py b/web_hide_field_with_key/__manifest__.py index b74736b956ef..e66b0e24a1bd 100644 --- a/web_hide_field_with_key/__manifest__.py +++ b/web_hide_field_with_key/__manifest__.py @@ -4,7 +4,7 @@ "category": "Misc", "author": "Akretion,Odoo Community Association (OCA)", "license": "AGPL-3", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "depends": ["base", "product"], "maintainers": ["franzpoize"], "website": "https://github.com/OCA/web", diff --git a/web_hide_field_with_key/static/description/icon.png b/web_hide_field_with_key/static/description/icon.png new file mode 100644 index 000000000000..3a0328b516c4 Binary files /dev/null and b/web_hide_field_with_key/static/description/icon.png differ diff --git a/web_hide_field_with_key/static/description/index.html b/web_hide_field_with_key/static/description/index.html index 16b1b4d67e00..f574959597e9 100644 --- a/web_hide_field_with_key/static/description/index.html +++ b/web_hide_field_with_key/static/description/index.html @@ -366,7 +366,7 @@
This allows to hide field by pressing the āpā key on the keyboard