تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
14388 أدوات العرض

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
يونيو 24
13141
Theme تم الحل
2
نوفمبر 24
1254
0
أكتوبر 24
889
2
ديسمبر 23
14577
0
أكتوبر 23
33