-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0] web_company_color: not working if not all colors are filled #2721
Comments
I thinks this affects more versions, the original PR is this one #1903. |
On v16 I confirm this and I think there should be a way to revert to odoo's original color scheme. Also color_link_test seems to be changing the menu text colors in some menus, but probably in some modules that do not follow correct css linking of attributes. |
@hbrunn your feedback would be really appreciated here. Thanks! |
that's simply a case of a wrong migration that has been merged without enough testing, nothing to do with me or earlier versions. The scss function theme-color has been deprecated, this needs to be replaced with |
This seems to have been fixed in #2902. @LauraCForgeFlow I think we can close the issue |
Module
web_company_color
Describe the bug
If not all company colors are filled, then the colors which are filled do not get applied to the company's page.
To Reproduce
Affected versions: 16.0
Steps to reproduce the behavior:
Expected behavior
The colors of the page should change according to the company colors, and not throw the previously mentioned warning. This should happen even if not all colors are filled.
Additional context
This problem was introduced in PR #2534 (by @aleuffre), at least in version 16.0.
The text was updated successfully, but these errors were encountered: