[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2023-11-26 13:38:52 +00:00
parent 3b9a350d5b
commit f1b4a46d2d
4 changed files with 10 additions and 4 deletions

View File

@@ -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

View File

@@ -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
=====

View File

@@ -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, "

View File

@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a74734a62fa53559ba7a0fb6908c3ff46e4aaa4e91c900f4226f67da4626b96b
!! source digest: sha256:8d8c41f973f3764e8dfba99cd004fc0126db6ca54773f5aa5b5e2fc099e37987
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/13.0/web_environment_ribbon"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_environment_ribbon"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/web&amp;target_branch=13.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>Mark a Test Environment with a red ribbon on the top left corner in every page</p>
@@ -396,6 +396,9 @@ parameters: “ribbon.color”, “ribbon.background.color”. Fill with valid C
colors or just set to “False” to use default values.</li>
<li>You can add the database name in the ribbon by adding “{db_name}” in the
system parameter “ribbon.name”.</li>
<li>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 databases name.</li>
</ul>
</div>
<div class="section" id="usage">