[IMP] stock: add missing columns in posted inventory moves

bzr revid: odo@openerp.com-20100909123906-dvkibjfdkys3hlkj
This commit is contained in:
Olivier Dony 2010-09-09 14:39:06 +02:00
parent 9b99c73b00
commit 8ae1b3b8d7
1 changed files with 3 additions and 3 deletions

View File

@ -124,9 +124,9 @@
<field name="product_qty" on_change="onchange_quantity(product_id, product_qty, product_uom, product_uos)"/>
<field name="product_uom" string="UoM"/>
<field name="prodlot_id" groups="base.group_extended"/>
<field name="location_id"/>
<field name="location_dest_id"/>
<field name="date"/>
<field name="location_id"/>
<field name="location_dest_id"/>
<field name="date" string="Date"/>
<field name="state"/>
</tree>
</field>