Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
14478 Lượt xem

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.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

See also https://www.odoo.com/forum/help-1/question/odoo-online-homepage-change-background-color-which-i-can-do-using-studio-and-now-i-want-to-change-the-menu-color-170955 for a way to do this without a module or editing the source code files.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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


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

Ảnh đại diện
Huỷ bỏ

Thanks, this module works great in Odoo 14

Bài viết liên quan Trả lời Lượt xem Hoạt động
3
thg 6 24
13258
Theme Đã xử lý
2
thg 11 24
1325
0
thg 10 24
985
2
thg 12 23
14727
0
thg 10 23
33