From 851a619d1ec44a6701227b2be7fa67cbbcb87388 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 20 Nov 2023 08:27:02 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + web_field_tooltip/README.rst | 9 ++-- .../static/description/index.html | 47 +++++++++---------- 5 files changed, 28 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 72f65adcb202..888a9220c04b 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ addon | version | maintainers | summary [web_drop_target](web_drop_target/) | 13.0.1.2.0 | | Allows to drag files into Odoo [web_editor_background_color](web_editor_background_color/) | 13.0.1.0.0 | | Set any background color for web editor snippets [web_environment_ribbon](web_environment_ribbon/) | 13.0.1.0.0 | | Web Environment Ribbon +[web_field_tooltip](web_field_tooltip/) | 13.0.1.0.0 | | Displays customizable tooltips for fields [web_group_expand](web_group_expand/) | 13.0.1.0.0 | | Group Expand Buttons [web_ir_actions_act_multi](web_ir_actions_act_multi/) | 13.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/) | 13.0.1.0.0 | | Enables reload of the current view via ActionManager diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 8e770702819a..4fb9dc9b8790 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -13.0.20230725.0 \ No newline at end of file +13.0.20231120.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index fef06a6bcb35..47096d141743 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -22,6 +22,7 @@ 'odoo13-addon-web_drop_target', 'odoo13-addon-web_editor_background_color', 'odoo13-addon-web_environment_ribbon', + 'odoo13-addon-web_field_tooltip', 'odoo13-addon-web_group_expand', 'odoo13-addon-web_ir_actions_act_multi', 'odoo13-addon-web_ir_actions_act_view_reload', diff --git a/web_field_tooltip/README.rst b/web_field_tooltip/README.rst index a92da118f056..fe4af44d31e6 100644 --- a/web_field_tooltip/README.rst +++ b/web_field_tooltip/README.rst @@ -7,7 +7,7 @@ Web Field Tooltip !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:cf121e2605f61a1b533f3ee8534eb3bf251d0068d4d3de97f575a6f1734986e8 + !! source digest: sha256:546620e49e8a51bd4af1d867397642b2810a3e7a0d30f39c06cd7d8454a96c43 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -51,11 +51,8 @@ To use this module, you need to: add a tooltip and use the Manage tooltips Action to add a new tooltip, or edit or delete existing tooltips for this model. -* Internal Users can read all created tooltips. Then there are two new groups: - - * Tooltip users who are able to manage their own tooltips. - - * Tooltip managers who are able to manage all tooltips. +* For manager users, they can decide to display an helper to add a tooltip + on a field as some fields are not displayed with a label. Known issues / Roadmap ====================== diff --git a/web_field_tooltip/static/description/index.html b/web_field_tooltip/static/description/index.html index 5c902a41d957..455ddb578566 100644 --- a/web_field_tooltip/static/description/index.html +++ b/web_field_tooltip/static/description/index.html @@ -1,20 +1,20 @@ - + - + Web Field Tooltip