[FIX] mrp: display Produced Products done in black instead of grey

Keep consistency between Consumed Product and Finished Products

opw-642267
This commit is contained in:
Nicolas Martinelli 2015-06-15 11:06:04 +02:00
parent f7742add26
commit ea59856caf
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@
</group>
<group string="Produced Products">
<field name="move_created_ids2" nolabel="1" options="{'reload_on_button': true}">
<tree colors="red:scrapped==True;blue:state == 'draft';black:state in('confirmed','ready','in_production');gray:state in('cancel','done') " string="Finished Products">
<tree colors="red:scrapped==True;blue:state == 'draft';black:state in('confirmed','ready','in_production');gray:state == 'cancel' " string="Finished Products">
<field name="product_id" readonly="1"/>
<field name="product_uom_qty" readonly="1"/>
<field name="restrict_lot_id" groups="stock.group_production_lot"/>