Skip to content
Snippets Groups Projects
Commit 5fd17de9 authored by Bhumika Shrimali's avatar Bhumika Shrimali
Browse files

[Fix] stock: Fix the view of incomming product

bzr revid: sbh@tinyerp.com-20100809072630-8xd1xu9yegmxw1xt
parent d20d14eb
Branches
Tags
No related merge requests found
......@@ -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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment