[FIX] mrp: revert unexpected change in list color

bzr revid: rco@openerp.com-20120912093454-q3g4v3avft0chnnb
This commit is contained in:
Raphael Collet 2012-09-12 11:34:54 +02:00
parent 564fd29656
commit 8d7cb73938
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@
<group>
<group string="Products to Consume">
<field name="move_lines" domain="[('state','not in', ('done', 'cancel'))]" nolabel="1">
<tree colors="blue:state == 'draft';black:state in ('picking_except','confirmed','ready');gray:state in ('cancel','done') " string="Products to Consume">
<tree colors="blue:state == 'draft';black:state in ('picking_except','confirmed','ready','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"/>