跳至内容
菜单
此问题已终结
3 回复
14437 查看

I want to quickly change default backed color and only color. Preferably without creating new module.
But I couldn't find where this color is defined.

形象
丢弃
最佳答案

Hello, 

You can change a theme color using changes in your web module and file path is web/static/src/scss and file name is primary_variables.scss and In this file search // Colors and you get below code.

$o-community-color: #7C7BAD;
$o-enterprise-color: #875A7B;
$o-enterprise-primary-color: #00A09D;

Maybe you get your answer.

Thanks

形象
丢弃
最佳答案

Video Link: https://youtu.be/amHpruXQMOg


Module Link: https://github.com/hareshkansara/odoo_tutorial/tree/13.0/odoo_theme_backend

形象
丢弃

Thanks, this module works great in Odoo 14

相关帖文 回复 查看 活动
3
6月 24
13210
Theme 已解决
2
11月 24
1296
0
10月 24
932
2
12月 23
14673
0
10月 23
33