Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
4 Відповіді
5050 Переглядів

I have tried a lot changing the color of progress bar showing in a tree view in odoo. But i am only able to change it in a form view and the changes are not applying on tree view. I am doing it through javascript and css. Can anybody help?

Аватар
Відмінити
Автор Найкраща відповідь

How can i display the value in the progressbar? and this color is only working in form view. Not working in treeview.

Аватар
Відмінити

this is the same class in enterprise and community edition. Make sure css is added in correct assets.

Найкраща відповідь

here is the css

.o_progressbar .o_progress .o_progressbar_complete {
    background-color: #E0144D;
    height: 100%;
}

View:



Аватар
Відмінити

this is the same class in enterprise and community edition. Make sure css is added in correct assets.

Related Posts Відповіді Переглядів Дія
0
лист. 16
10885
0
вер. 17
4639
0
груд. 18
2886
1
трав. 23
2547
2
груд. 19
11046