Change color in tree view odoo 9

Viewed 480

Is it possible change color in tree view, for example if field total_time (float time widget) <= 00:00 put red color.

I'm try below exampke but not working!

colors="red:total_time<='00:00'"
1 Answers
Related