From e36e83cab4ce7ad3db119c31061a3a461554e6b2 Mon Sep 17 00:00:00 2001
From: Andreas Perhab
Date: Wed, 1 Oct 2025 11:33:27 +0200
Subject: [PATCH 1/8] [FIX] web_environment_ribbon: fix configuration image in
description
---
web_environment_ribbon/README.rst | 36 ++++++++++---------
web_environment_ribbon/readme/CONFIGURE.md | 4 +--
.../static/description/index.html | 12 +++----
3 files changed, 27 insertions(+), 25 deletions(-)
diff --git a/web_environment_ribbon/README.rst b/web_environment_ribbon/README.rst
index d1380d30539f..b8aac297dd19 100644
--- a/web_environment_ribbon/README.rst
+++ b/web_environment_ribbon/README.rst
@@ -39,19 +39,21 @@ every page
Configuration
=============
-- You can change the ribbon's name ("TEST") by editing the default
- system parameter "ribbon.name" (in the menu Settings > Technical >
- Parameters > System Parameters) To hide the ribbon, set this
- parameter to "False" or delete it and refresh the page.
+- You can change the ribbon's name ("TEST") by editing the default
+ system parameter "ribbon.name" (in the menu Settings > Technical >
+ Parameters > System Parameters) To hide the ribbon, set this parameter
+ to "False" or delete it and refresh the page.
-- You can customize the ribbon color and background color through
- system parameters: "ribbon.color", "ribbon.background.color". Fill
- with valid CSS colors or just set to "False" to use default values.
+- You can customize the ribbon color and background color through system
+ parameters: "ribbon.color", "ribbon.background.color". Fill with valid
+ CSS 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".
+- You can add the database name in the ribbon by adding "{db_name}" in
+ the system parameter "ribbon.name".
- `configure_1 <../static/description/configure_1.png>`__
+ |configure_1|
+
+.. |configure_1| image:: https://raw.githubusercontent.com/OCA/web/17.0/web_environment_ribbon/static/description/configure_1.png
Usage
=====
@@ -81,13 +83,13 @@ Authors
Contributors
------------
-- Francesco Apruzzese
-- Javi Melendez
-- Antonio Espinosa
-- Thomas Binsfeld
-- Xavier Jiménez
-- Dennis Sluijk
-- Eric Lembregts
+- Francesco Apruzzese
+- Javi Melendez
+- Antonio Espinosa
+- Thomas Binsfeld
+- Xavier Jiménez
+- Dennis Sluijk
+- Eric Lembregts
Maintainers
-----------
diff --git a/web_environment_ribbon/readme/CONFIGURE.md b/web_environment_ribbon/readme/CONFIGURE.md
index d7789f405f8c..0170d2c9d258 100644
--- a/web_environment_ribbon/readme/CONFIGURE.md
+++ b/web_environment_ribbon/readme/CONFIGURE.md
@@ -1,5 +1,5 @@
- You can change the ribbon's name ("TEST") by editing the default
- system parameter "ribbon.name" (in the menu Settings \> Technical \> Parameters \>
+ system parameter "ribbon.name" (in the menu Settings \> Technical \> Parameters \>
System Parameters) To hide the ribbon, set this parameter to "False"
or delete it and refresh the page.
- You can customize the ribbon color and background color through system
@@ -8,4 +8,4 @@
- You can add the database name in the ribbon by adding "{db_name}" in
the system parameter "ribbon.name".
- [configure_1](../static/description/configure_1.png)
+ 
diff --git a/web_environment_ribbon/static/description/index.html b/web_environment_ribbon/static/description/index.html
index c32f41ceeb74..f121b8631aed 100644
--- a/web_environment_ribbon/static/description/index.html
+++ b/web_environment_ribbon/static/description/index.html
@@ -391,16 +391,16 @@
-You can customize the ribbon color and background color through
-system parameters: “ribbon.color”, “ribbon.background.color”. Fill
-with valid CSS colors or just set to “False” to use default values.
+You can customize the ribbon color and background color through system
+parameters: “ribbon.color”, “ribbon.background.color”. Fill with valid
+CSS 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”.
-configure_1
+
From ae3883f5e76a1ebd1a4b5fa330b48b93a8980142 Mon Sep 17 00:00:00 2001
From: DavidJForgeFlow
Date: Tue, 14 Oct 2025 09:17:43 +0200
Subject: [PATCH 2/8] [IMP] web_company_color: mobile systray button
When used on mobile/tablet view, the button that opens the menu does not have the correct colors
---
web_company_color/models/res_company.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/web_company_color/models/res_company.py b/web_company_color/models/res_company.py
index 76eecf38eeff..fc2baf5c6d11 100644
--- a/web_company_color/models/res_company.py
+++ b/web_company_color/models/res_company.py
@@ -115,7 +115,9 @@ class ResCompany(models.Model):
background-color: %(color_navbar_bg_hover)s !important;
}
}
- .o_menu_systray .o-dropdown .dropdown-toggle {
+ .o_menu_systray .o-dropdown .dropdown-toggle,
+ .o_menu_systray .o_mobile_menu_toggle,
+ .o_menu_toggle {
color: %(color_navbar_text)s !important;
&:hover, &:focus, &:active, &:focus:active {
background-color: %(color_navbar_bg_hover)s !important;
From d657f037cbae585579b41d0c1c22552db5394e22 Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Tue, 14 Oct 2025 13:56:50 +0000
Subject: [PATCH 3/8] [BOT] post-merge updates
---
README.md | 2 +-
web_company_color/README.rst | 8 +++--
web_company_color/__manifest__.py | 2 +-
.../static/description/index.html | 30 +++++++++++--------
4 files changed, 26 insertions(+), 16 deletions(-)
diff --git a/README.md b/README.md
index e26c0dbfa6f3..d2fbe055720a 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ addon | version | maintainers | summary
--- | --- | --- | ---
[web_calendar_slot_duration](web_calendar_slot_duration/) | 17.0.1.0.0 |
| Customizable calendar slot durations
[web_chatter_position](web_chatter_position/) | 17.0.1.0.1 |
| Add an option to change the chatter position
-[web_company_color](web_company_color/) | 17.0.1.2.0 | | Web Company Color
+[web_company_color](web_company_color/) | 17.0.1.2.1 | | Web Company Color
[web_dialog_size](web_dialog_size/) | 17.0.1.0.0 | | A module that lets the user expand a dialog box to the full screen width.
[web_editor_class_selector](web_editor_class_selector/) | 17.0.1.1.0 | | Web editor class selector
[web_environment_ribbon](web_environment_ribbon/) | 17.0.1.0.2 | | Web Environment Ribbon
diff --git a/web_company_color/README.rst b/web_company_color/README.rst
index bbea231fdba6..8906316ef7f5 100644
--- a/web_company_color/README.rst
+++ b/web_company_color/README.rst
@@ -1,3 +1,7 @@
+.. image:: https://odoo-community.org/readme-banner-image
+ :target: https://odoo-community.org/get-involved?utm_source=readme
+ :alt: Odoo Community Association
+
=================
Web Company Color
=================
@@ -7,13 +11,13 @@ Web Company Color
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:5ca2a7baff460d79cfe08003918418fa008f47a4dce22a66e362ba8bf9cd3a6b
+ !! source digest: sha256:62405140d3524aab7dbf2ccc711a250068653d1e28d977b22e804b8c4a387de5
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
diff --git a/web_company_color/__manifest__.py b/web_company_color/__manifest__.py
index 39a2d533ce81..63daba18c08d 100644
--- a/web_company_color/__manifest__.py
+++ b/web_company_color/__manifest__.py
@@ -5,7 +5,7 @@
{
"name": "Web Company Color",
"category": "web",
- "version": "17.0.1.2.0",
+ "version": "17.0.1.2.1",
"author": "Alexandre Díaz, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"depends": ["web", "base_sparse_field"],
diff --git a/web_company_color/static/description/index.html b/web_company_color/static/description/index.html
index bd92856060f7..c03c124ba5d4 100644
--- a/web_company_color/static/description/index.html
+++ b/web_company_color/static/description/index.html
@@ -3,7 +3,7 @@
-Web Company Color
+README.rst
-
-
Web Company Color
+
+
+
+
+
+
+
Web Company Color
-

+

This module change navbar colors based in the company logo colors.
Table of contents
@@ -386,18 +391,18 @@
Web Company Color
-
+
Go to company record and set a logo. Can see/modify applied colors on
the “Navbar” section.
For optimal results use images with alpha channel.
-
+
White color is omitted in the addition operation to support images
without alpha channel.
-
+
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
@@ -405,15 +410,15 @@
Do not contact contributors directly about support or help with technical issues.
+