From 9c79f34be80a33313a667b74bc85dc229e6c78c7 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 15 Apr 2024 11:19:09 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + .../README.rst | 29 +++++++------- .../static/description/index.html | 39 ++++++++++--------- 5 files changed, 37 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 7220d4481..a5524f7dd 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ addon | version | maintainers | summary [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 +[web_ir_actions_close_wizard_refresh_view](web_ir_actions_close_wizard_refresh_view/) | 16.0.1.0.0 | | Allow to refresh view data without reload the page. [web_listview_range_select](web_listview_range_select/) | 16.0.1.0.0 | | Enables selecting a range of records using the shift key [web_m2x_options](web_m2x_options/) | 16.0.1.1.2 | | web_m2x_options [web_no_bubble](web_no_bubble/) | 16.0.1.0.0 | | Remove the bubbles from the web interface diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index cb069c098..e26153f2c 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240415.0 \ No newline at end of file +16.0.20240415.1 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index f394fe96d..1a71ceeb3 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -29,6 +29,7 @@ setuptools.setup( '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', + 'odoo-addon-web_ir_actions_close_wizard_refresh_view>=16.0dev,<16.1dev', 'odoo-addon-web_listview_range_select>=16.0dev,<16.1dev', 'odoo-addon-web_m2x_options>=16.0dev,<16.1dev', 'odoo-addon-web_no_bubble>=16.0dev,<16.1dev', diff --git a/web_ir_actions_close_wizard_refresh_view/README.rst b/web_ir_actions_close_wizard_refresh_view/README.rst index 6b6cd0c0e..f7af378ad 100644 --- a/web_ir_actions_close_wizard_refresh_view/README.rst +++ b/web_ir_actions_close_wizard_refresh_view/README.rst @@ -2,10 +2,13 @@ Close Wizard Refresh View ========================= -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:7ca61bc7e8d05841bb10e91eee61bed960bba09303d8a1bd3cabbacc3efdc030 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -14,16 +17,16 @@ Close Wizard Refresh View :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github - :target: https://github.com/OCA/web/tree/12.0/web_ir_actions_close_wizard_refresh_view + :target: https://github.com/OCA/web/tree/16.0/web_ir_actions_close_wizard_refresh_view :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_ir_actions_close_wizard_refresh_view + :target: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_ir_actions_close_wizard_refresh_view :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/162/12.0 - :alt: Try me on Runbot +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=16.0 + :alt: Try me on Runboat -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| Let reload the data in a view, while closing a wizard, without reloading the page. @@ -55,8 +58,8 @@ 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 smashing it by providing a detailed and welcomed -`feedback `_. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -67,11 +70,7 @@ Authors ~~~~~~~ * LevelPrime srl -* Nova Code BV - -Contributors -~~~~~~~~~~~~ -* Bob Leers +* Nova Code Maintainers ~~~~~~~~~~~ @@ -86,6 +85,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/web `_ project on GitHub. +This module is part of the `OCA/web `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/web_ir_actions_close_wizard_refresh_view/static/description/index.html b/web_ir_actions_close_wizard_refresh_view/static/description/index.html index c06eafc09..1c3644d58 100644 --- a/web_ir_actions_close_wizard_refresh_view/static/description/index.html +++ b/web_ir_actions_close_wizard_refresh_view/static/description/index.html @@ -1,20 +1,19 @@ - - + Close Wizard Refresh View