跳至内容
菜单
此问题已终结
4 回复
5030 查看

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.

相关帖文 回复 查看 活动
0
11月 16
10871
0
9月 17
4625
0
12月 18
2865
1
5月 23
2525
2
12月 19
11022