[IMP] adjust the view of serial number in product expiry

bzr revid: rma@tinyerp.com-20130806085450-hjnus4byiv47501b
This commit is contained in:
Randhir Mayatra (OpenERP) 2013-08-06 14:24:50 +05:30
parent ae104f5987
commit 61d42b02c7
2 changed files with 13 additions and 8 deletions

View File

@ -6,13 +6,18 @@
<field name="model">stock.production.lot</field>
<field name="inherit_id" ref="stock.view_production_lot_form" />
<field name="arch" type="xml">
<field name="date" position="after">
<field name="life_date" />
<field name="use_date" />
<field name="removal_date" />
<field name="alert_date" />
<separator colspan="4" />
</field>
<xpath expr="//group[@name='date_view']" position="after">
<group string="Dates">
<group>
<field name="use_date" />
<field name="removal_date" />
</group>
<group>
<field name="life_date" />
<field name="alert_date" />
</group>
</group>
</xpath>
</field>
</record>

View File

@ -219,7 +219,7 @@
<field name="name"/>
</h1>
</div>
<group>
<group name="date_view">
<group>
<field name="product_id"/>
<field name="ref"/>