[ADD]:Add group on serial number

bzr revid: aja@tinyerp.com-20120906073354-ve2u2hg0wt32y1z5
This commit is contained in:
ajay javiya (OpenERP) 2012-09-06 13:03:54 +05:30
parent 3b0d997774
commit 9e6408533d
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@
<field name="product_id"/>
<field name="product_qty" string="Quantity"/>
<field name="product_uom" string="Unit of Measure" groups="product.group_uom"/>
<field name="prodlot_id"/>
<field name="prodlot_id" groups="stock.group_production_lot"/>
<field name="state" invisible="1"/>
<button name="%(stock.move_consume)d"
string="Consume Products" type="action"