[Fix] stock : Fix the on_change of Internal Move

bzr revid: sbh@tinyerp.com-20100818054856-on9jpivt4g5j5v79
This commit is contained in:
sbh (Open ERP) 2010-08-18 11:18:56 +05:30
parent d796702d1d
commit 4fc1469862
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@
<separator colspan="4" string="Move Information"/>
<field name="location_id" domain="[('usage','=','internal')]"/>
<field name="location_dest_id" domain="[('usage','=','internal')]"/>
<field colspan="4" context="location=location_id" name="product_id" on_change="onchange_product_id(product_id, location_id, location_dest_id, parent.address_id)" select="1"/>
<field colspan="4" context="location=location_id" name="product_id" on_change="onchange_product_id(product_id, location_id, location_dest_id)" select="1"/>
<field name="product_qty" on_change="onchange_quantity(product_id, product_qty, product_uom, product_uos)"/>
<field name="product_uom"/>
<field groups="product.group_uos" name="product_uos" on_change="onchange_quantity(product_id, product_qty, product_uom, product_uos)"/>