trytond-stock_lot_expiry/view/lot_list.xml

13 lines
413 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/tree/field[@name='product']" position="after">
<field name="expired"/>
<field name="life_date"/>
<field name="expiry_date"/>
<field name="removal_date"/>
<field name="alert_date"/>
</xpath>
</data>