Skip to content
Snippets Groups Projects
Commit 12056cae authored by Yannick Tivisse's avatar Yannick Tivisse Committed by Richard Mathot
Browse files

[IMP] product_expiry: add removal date on quants

parent f3946f10
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,18 @@
</group>
</field>
</record>
<record model="ir.ui.view" id="view_quant_form_expiry">
<field name="name">stock.quant.form</field>
<field name="model">stock.quant</field>
<field name="inherit_id" ref="stock.view_stock_quant_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='lot_id']" position="after" >
<field name="removal_date"/>
</xpath>
</field>
</record>
</data>
</openerp>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment