コンテンツへスキップ
メニュー
この質問にフラグが付けられました
4 返信
5062 ビュー

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
10906
0
9月 17
4648
0
12月 18
2895
1
5月 23
2560
2
12月 19
11072