Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Nov 26, 2023
1 parent 3b9a350 commit f1b4a46
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion web_environment_ribbon/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
=====
Expand Down
2 changes: 1 addition & 1 deletion web_environment_ribbon/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, "
Expand Down
5 changes: 4 additions & 1 deletion web_environment_ribbon/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Web Environment Ribbon</h1>
!! 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>
Expand Down Expand Up @@ -396,6 +396,9 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
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 database’s name.</li>
</ul>
</div>
<div class="section" id="usage">
Expand Down

0 comments on commit f1b4a46

Please sign in to comment.