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

How to automatically change the color of line in tree view after perticular time??????

形象
丢弃
编写者 最佳答案

But can i change the color based on perticular time intervel? .....for example after 30 minutes colour of line in tree view automatically get change....

形象
丢弃
最佳答案

Hello Yojana walnuj,

You can change the color of tree view conditionally/based on field value.

odoo supports following decoration attributes on tree views.

'decoration-bf',

'decoration-it',

'decoration-danger',

'decoration-info',

'decoration-muted',

'decoration-primary',

'decoration-success',

'decoration-warning',

You can use it like this  decoration-muted="state=='cancel'" as an attribute in the tree view definition.

I hope this may help you. 


Thanks

形象
丢弃