[MERGE][IMP] mrp: correct colors for components of manufacturing orders (reflecting their states)

bzr revid: rim@openerp.com-20140422084404-wj3lovadhj0opb04
This commit is contained in:
Pooja Zankhariya (OpenERP) 2014-04-22 10:44:04 +02:00 committed by Richard Mathot (OpenERP)
commit 301f4803e2
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,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="blue:state == 'draft';black:state in ('ready','assigned','in_production');gray:state in ('cancel','done');red:state in ('confirmed','picking_except','waiting')" 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"/>