[Fix] stock: Fix the view of incomming product

bzr revid: sbh@tinyerp.com-20100809072630-8xd1xu9yegmxw1xt
This commit is contained in:
sbh (Open ERP) 2010-08-09 12:56:30 +05:30
parent d20d14eb22
commit 5fd17de915
1 changed files with 1 additions and 1 deletions

View File

@ -1546,7 +1546,7 @@
<separator colspan="4" string="Move Information"/>
<field name="location_id" widget="selection"/>
<field name="location_dest_id" widget="selection"/>
<field colspan="4" name="product_id" on_change="onchange_product_id(product_id, location_id, location_dest_id, parent.address_id)"/>
<field colspan="4" name="product_id" on_change="onchange_product_id(product_id, location_id, location_dest_id, address_id)"/>
<field name="product_qty" on_change="onchange_quantity(product_id, product_qty, product_uom, product_uos)"/>
<field name="product_uom" widget="selection"/>
<field name="product_uos_qty" groups="product.product_uos"/>