diff --git a/README.md b/README.md index eeb310842..68e6b521c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ addon | version | maintainers | summary [web_environment_ribbon](web_environment_ribbon/) | 15.0.1.0.0 | | Web Environment Ribbon [web_group_expand](web_group_expand/) | 15.0.1.0.0 | | Group Expand Buttons [web_ir_actions_act_multi](web_ir_actions_act_multi/) | 15.0.1.0.0 | | Enables triggering of more than one action on ActionManager -[web_ir_actions_act_view_reload](web_ir_actions_act_view_reload/) | 15.0.1.0.0 | | Enables reload of the current view via ActionManager +[web_ir_actions_act_view_reload](web_ir_actions_act_view_reload/) | 15.0.1.0.1 | | Enables reload of the current view via ActionManager [web_ir_actions_act_window_message](web_ir_actions_act_window_message/) | 15.0.1.0.0 | | Show a message box to users [web_listview_range_select](web_listview_range_select/) | 15.0.1.0.0 | | Enables selecting a range of records using the shift key [web_m2x_options](web_m2x_options/) | 15.0.1.1.0 | | web_m2x_options diff --git a/web_ir_actions_act_view_reload/README.rst b/web_ir_actions_act_view_reload/README.rst index 0d93974d9..6b28a5dec 100644 --- a/web_ir_actions_act_view_reload/README.rst +++ b/web_ir_actions_act_view_reload/README.rst @@ -7,7 +7,7 @@ Web Actions View Reload !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:d14e0d8b8c531ec212197fad57e909de20a37faeadc82dc1a0c449b1d3fbf028 + !! source digest: sha256:dba6cc6373f41958c0aa1152bf36c95c2f11a27ad1041b151255f7d6dbb1a644 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/web_ir_actions_act_view_reload/__manifest__.py b/web_ir_actions_act_view_reload/__manifest__.py index 7a13ade9e..b90eea03a 100644 --- a/web_ir_actions_act_view_reload/__manifest__.py +++ b/web_ir_actions_act_view_reload/__manifest__.py @@ -7,7 +7,7 @@ "name": "Web Actions View Reload", "summary": "Enables reload of the current view via ActionManager", "category": "Web", - "version": "15.0.1.0.0", + "version": "15.0.1.0.1", "license": "LGPL-3", "author": "Modoolar, CorporateHub, Ryan Cole, Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", diff --git a/web_ir_actions_act_view_reload/static/description/index.html b/web_ir_actions_act_view_reload/static/description/index.html index 1bf0495ce..82b5d7a7c 100644 --- a/web_ir_actions_act_view_reload/static/description/index.html +++ b/web_ir_actions_act_view_reload/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:d14e0d8b8c531ec212197fad57e909de20a37faeadc82dc1a0c449b1d3fbf028 +!! source digest: sha256:dba6cc6373f41958c0aa1152bf36c95c2f11a27ad1041b151255f7d6dbb1a644 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module provides a way to trigger reload of the current window on ActionManager