Skip to Content
Menú
This question has been flagged
4 Respostes
5018 Vistes

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?

Avatar
Descartar
Autor Best Answer

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

Avatar
Descartar

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

Best Answer

here is the css

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

View:



Avatar
Descartar

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

Related Posts Respostes Vistes Activitat
0
de nov. 16
10860
0
de set. 17
4612
0
de des. 18
2863
1
de maig 23
2518
2
de des. 19
11016