Hi Guys,
I'm using OpenERP 7 & want to add background color to specific rows in a tree view, based on certain value of a field.
Ex: Suppose say I have name, phone, status fields in my model. Then I want to color code my rows in a tree view, based on the value of status field. If status is Single, the row will be RED, If status is Married, the row will be Green etc..
Please help me on this. Any help would be appreciated :)
Cheers
ASP:)
*Hi, add this in your xml file...* <tree string="Sample" colors="red:state=='single';green:state=='married' "> <field name="title" string="Name"/> </tree>