From f1b4a46d2d7b5705f7c3a5a2361e318946ffa633 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sun, 26 Nov 2023 13:38:52 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- web_environment_ribbon/README.rst | 5 ++++- web_environment_ribbon/__manifest__.py | 2 +- web_environment_ribbon/static/description/index.html | 5 ++++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 888a9220c04b..a89752fb10c6 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ addon | version | maintainers | summary [web_domain_field](web_domain_field/) | 13.0.1.0.0 | | Use computed field as domain [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_environment_ribbon](web_environment_ribbon/) | 13.0.1.1.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 diff --git a/web_environment_ribbon/README.rst b/web_environment_ribbon/README.rst index d716e60ee4e3..ccf274cb1ef6 100644 --- a/web_environment_ribbon/README.rst +++ b/web_environment_ribbon/README.rst @@ -7,7 +7,7 @@ Web Environment Ribbon !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a74734a62fa53559ba7a0fb6908c3ff46e4aaa4e91c900f4226f67da4626b96b + !! source digest: sha256:8d8c41f973f3764e8dfba99cd004fc0126db6ca54773f5aa5b5e2fc099e37987 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -46,6 +46,9 @@ Configuration colors or just set to "False" to use default values. * You can add the database name in the ribbon by adding "{db_name}" in the system parameter "ribbon.name". +* By appending ".code", you can fill in a Python expression to generate the + ribbon name or colors: "ribbon.name.code" could contain "env.cr.dbname", + which just returns the current database's name. Usage ===== diff --git a/web_environment_ribbon/__manifest__.py b/web_environment_ribbon/__manifest__.py index 9ef75cf6237e..ed078b014d55 100644 --- a/web_environment_ribbon/__manifest__.py +++ b/web_environment_ribbon/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Web Environment Ribbon", - "version": "13.0.1.0.0", + "version": "13.0.1.1.0", "category": "Web", "author": "Francesco OpenCode Apruzzese, " "Tecnativa, " diff --git a/web_environment_ribbon/static/description/index.html b/web_environment_ribbon/static/description/index.html index 35d83f73935e..f37b3304b376 100644 --- a/web_environment_ribbon/static/description/index.html +++ b/web_environment_ribbon/static/description/index.html @@ -367,7 +367,7 @@

Web Environment Ribbon

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a74734a62fa53559ba7a0fb6908c3ff46e4aaa4e91c900f4226f67da4626b96b +!! source digest: sha256:8d8c41f973f3764e8dfba99cd004fc0126db6ca54773f5aa5b5e2fc099e37987 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Mark a Test Environment with a red ribbon on the top left corner in every page

@@ -396,6 +396,9 @@

Configuration

colors or just set to “False” to use default values.
  • You can add the database name in the ribbon by adding “{db_name}” in the system parameter “ribbon.name”.
  • +
  • By appending “.code”, you can fill in a Python expression to generate the +ribbon name or colors: “ribbon.name.code” could contain “env.cr.dbname”, +which just returns the current database’s name.