跳至內容
選單
此問題已被標幟
3 回覆
14436 瀏覽次數

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