[BOT] post-merge updates

pull/2787/head
OCA-git-bot 2024-03-22 17:14:07 +00:00
parent 742c3ea6c6
commit baf589950a
7 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -1 +1 @@
16.0.20240309.1
16.0.20240322.0

View File

@ -24,6 +24,7 @@ setuptools.setup(
'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',

View File

@ -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

View File

@ -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",

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -366,7 +366,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b7fd81a70afbf20b3a6518d377df8e218ec47eb99304a692ef1c2e1fac4cb12d
!! source digest: sha256:2f9505d660c7b606386565a2d225a9b3c971cc9e8346f7514ed98753d03b3225
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/16.0/web_hide_field_with_key"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_hide_field_with_key"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/web&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This allows to hide field by pressing the “p” key on the keyboard</p>