Maintainers
+Maintainers
This module is maintained by the OCA.
@@ -443,5 +448,6 @@ diff --git a/README.md b/README.md
index e26c0dbfa6f3..6c13581ccdbe 100644
--- a/README.md
+++ b/README.md
@@ -23,10 +23,10 @@ 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_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_company_color](web_company_color/) | 17.0.1.2.1 | | Web Company Color
+[web_dialog_size](web_dialog_size/) | 17.0.1.0.1 | | 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
+[web_environment_ribbon](web_environment_ribbon/) | 17.0.1.0.3 | | Web Environment Ribbon
[web_favicon](web_favicon/) | 17.0.1.0.2 | | Allows to set a custom shortcut icon (aka favicon)
[web_field_tooltip](web_field_tooltip/) | 17.0.1.0.0 | | Displays customizable tooltips for fields
[web_group_expand](web_group_expand/) | 17.0.1.0.0 | | Group Expand Buttons
@@ -37,7 +37,7 @@ addon | version | maintainers | summary
[web_pwa_customize](web_pwa_customize/) | 17.0.1.0.0 |
| Web Pwa Customize
[web_refresher](web_refresher/) | 17.0.1.1.2 | | Web Refresher
[web_remember_tree_column_width](web_remember_tree_column_width/) | 17.0.1.0.0 |
| Remember the tree columns' widths across sessions.
-[web_responsive](web_responsive/) | 17.0.1.1.8 |
| Responsive web client, community-supported
+[web_responsive](web_responsive/) | 17.0.1.1.9 |
| Responsive web client, community-supported
[web_save_discard_button](web_save_discard_button/) | 17.0.1.0.1 |
| Save & Discard Buttons
[web_search_with_and](web_search_with_and/) | 17.0.1.0.0 | | Use AND conditions on omnibar search
[web_theme_classic](web_theme_classic/) | 17.0.1.0.0 |
| Contrasted style on fields to improve the UI.
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/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;
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 @@
This module change navbar colors based in the company logo colors.
Table of contents
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.