[IMP]mrp: added a prodct_uom group

bzr revid: mma@tinyerp.com-20120615112950-etsshtnaajfyddb1
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-06-15 16:59:50 +05:30
parent 318fc7a37f
commit 2a75718588
1 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@
<field name="sub_products">
<tree string="sub products" editable="top">
<field name="product_id" on_change="onchange_product_id(product_id)"/>
<field name="product_uom"/>
<field name="product_uom" groups="product.group_uom"/>
<field name="product_qty"/>
<field name="subproduct_type"/>
</tree>
<form string="Sub Products">
<field name="product_id" on_change="onchange_product_id(product_id)"/>
<field name="product_uom"/>
<field name="product_uom" groups="product.group_uom"/>
<field name="product_qty"/>
<field name="subproduct_type"/>
</form>