[IMP] Add colors in tree view of components..

bzr revid: jir@tinyerp.com-20131202055331-jk00a7cgpu55vnwf
This commit is contained in:
Jignesh Rathod (OpenERP) 2013-12-02 11:23:31 +05:30
parent dfd010e48d
commit 229c057f3b
1 changed files with 1 additions and 1 deletions

View File

@ -680,7 +680,7 @@
<group>
<group string="Products to Consume">
<field name="move_lines" nolabel="1" options="{'reload_on_button': true}">
<tree colors="blue:state == 'draft';black:state in ('picking_except','confirmed','ready','in_production');gray:state in ('cancel','done') " string="Products to Consume">
<tree colors="red:state in ('confirmed','waiting');blue:state == 'draft';black:state in ('picking_except','ready','assigned','in_production');gray:state in ('cancel','done') " string="Products to Consume">
<field name="product_id"/>
<field name="product_qty" string="Quantity"/>
<field name="product_uom" string="Unit of Measure" groups="product.group_uom"/>