[IMP] product_expiry

bzr revid: rma@tinyerp.com-20130806091308-3v23s0f593aj912f
This commit is contained in:
Randhir Mayatra (OpenERP) 2013-08-06 14:43:08 +05:30
parent 61d42b02c7
commit 6e4f5576a4
1 changed files with 4 additions and 4 deletions

View File

@ -6,10 +6,10 @@
<field name="model">stock.production.lot</field>
<field name="inherit_id" ref="stock.view_production_lot_form" />
<field name="arch" type="xml">
<xpath expr="//group[@name='date_view']" position="after">
<group string="Dates">
<group>
<field name="use_date" />
<xpath expr="//group[@name='date_view']" position="after">
<group string="Dates">
<group>
<field name="use_date" />
<field name="removal_date" />
</group>
<group>