コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
14462 ビュー

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
13249
Theme 解決済
2
11月 24
1319
0
10月 24
957
2
12月 23
14717
0
10月 23
33