Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
4 Ответы
5064 Представления

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
10909
0
сент. 17
4651
0
дек. 18
2903
1
мая 23
2560
2
дек. 19
11091