[FIX] Stock : Added Product UoS to the Stock Move view

bzr revid: jvo@tinyerp.com-20091124145023-p7vb6hc0pp1587s9
This commit is contained in:
Jay (Open ERP) 2009-11-24 20:20:23 +05:30
parent 459b4639a8
commit fcbe52c0a0
1 changed files with 1 additions and 0 deletions

View File

@ -1241,6 +1241,7 @@
<field colspan="4" name="product_id" select="1"/>
<field name="product_qty" select="2" on_change="onchange_quantity(product_id, product_qty, product_uom, product_uos)"/>
<field name="product_uom" select="2"/>
<field name="product_uos" select="2"/>
<field colspan="4" name="name" select="2"/>
<field name="date"/>
<field name="date_planned"/>