diff --git a/README.md b/README.md index 8af7f23f1..6ef1eb6fe 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ addon | version | maintainers | summary [web_environment_ribbon](web_environment_ribbon/) | 16.0.1.0.0 | | Web Environment Ribbon [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.1.0.0 | | Help Framework +[web_help](web_help/) | 16.0.2.0.0 | | Help Framework [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_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_listview_range_select](web_listview_range_select/) | 16.0.1.0.0 | | Enables selecting a range of records using the shift key diff --git a/web_help/README.rst b/web_help/README.rst index 77f2d4e62..8a5e1bbef 100644 --- a/web_help/README.rst +++ b/web_help/README.rst @@ -7,7 +7,7 @@ Help Framework !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:cf95641deefb639bf5940b5821d10ade2ccab482c8f1f6e6d95a472af52da741 + !! source digest: sha256:58edff8be040444604931118c74b543873d860d4e6a635d001bab8749eba9fa2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/web_help/__manifest__.py b/web_help/__manifest__.py index 3d4ffdd50..4a65ee089 100644 --- a/web_help/__manifest__.py +++ b/web_help/__manifest__.py @@ -4,7 +4,7 @@ "author": "Onestein,Odoo Community Association (OCA)", "category": "Technical", "license": "AGPL-3", - "version": "16.0.1.0.0", + "version": "16.0.2.0.0", "website": "https://github.com/OCA/web", "depends": [ "web", diff --git a/web_help/static/description/index.html b/web_help/static/description/index.html index 606c5966c..31bf49b6b 100644 --- a/web_help/static/description/index.html +++ b/web_help/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:cf95641deefb639bf5940b5821d10ade2ccab482c8f1f6e6d95a472af52da741 +!! source digest: sha256:58edff8be040444604931118c74b543873d860d4e6a635d001bab8749eba9fa2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module introduces a new way to guide the user through Odoo.