[FIX] mrp: problem in manufacturing orders

bzr revid: nicolas.vanhoren@openerp.com-20121023131057-ivbtt8vnta321xie
This commit is contained in:
niv-openerp 2012-10-23 15:10:57 +02:00
commit 3c9fc8d200
1 changed files with 1 additions and 1 deletions

View File

@ -668,7 +668,7 @@
<page string="Consumed Products">
<group>
<group string="Products to Consume">
<field name="move_lines" nolabel="1">
<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">
<field name="product_id"/>
<field name="product_qty" string="Quantity"/>