You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
656 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!--Inherited form view of product expiry to add field move date-->
<record id="view_move_form_expiry" model="ir.ui.view">
<field name="name">stock.lot.view.form.inherit.scrap.management</field>
<field name="model">stock.lot</field>
<field name="inherit_id" ref="product_expiry.view_move_form_expiry"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='expiration_date']" position="after">
<field name="move_scrap" invisible="1"/>
<field name="move_date"/>
</xpath>
</field>
</record>
</odoo>