[FIX]stock :set a on_change on product_id in tree view

bzr revid: mma@tinyerp.com-20120807095835-b2ltv23oamaiojg7
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-08-07 15:28:35 +05:30
parent 3cfd65b43d
commit 9c891b9fad
1 changed files with 1 additions and 1 deletions

View File

@ -1250,7 +1250,7 @@
<field name="picking_id" string="Reference"/>
<field name="origin"/>
<field name="create_date" invisible="1" groups="base.group_no_one"/>
<field name="product_id"/>
<field name="product_id" on_change="onchange_product_id(product_id,location_id,location_dest_id, False)"/>
<field name="product_qty" on_change="onchange_quantity(product_id, product_qty, product_uom, product_uos)"/>
<field name="product_uom" string="Unit of Measure" groups="product.group_uom"/>
<field name="product_uos" groups="product.group_uos"/>