Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3 Odpowiedzi
14481 Widoki

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Najlepsza odpowiedź

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


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

Awatar
Odrzuć

Thanks, this module works great in Odoo 14

Powiązane posty Odpowiedzi Widoki Czynność
3
cze 24
13262
Theme Rozwiązane
2
lis 24
1332
0
paź 24
989
2
gru 23
14736
0
paź 23
33