Saludos compañeros
En la V8 existe y puedes usar el atributo colors, que realiza un mapeo de colores según ciertas condiciones pre establecidas. Por ejemplo:
<tree string="Idea Categories" colors="blue:state=='draft';red:state=='trashed'">
<field name="name"/>
<field name="state"/>
</tree>a partir de la V9 colors se deja de usar por los siguientes decoradores bootstrap:
decoration-it - shows the line in ITALICS
decoration-danger - shows the line in LIGHT RED
decoration-info - shows the line in LIGHT BLUE
decoration-muted - shows the line in LIGHT GRAY
decoration-primary - shows the line in LIGHT PURPLE
decoration-success - shows the line in LIGHT GREEN
decoration-warning - shows the line in LIGHT BROWN