trytond-stock_lot_date/view/lot_form.xml
2013-11-19 13:02:31 +01:00

10 lines
365 B
XML

<?xml version="1.0"?>
<!-- This file is part stock_lot_quantity_location module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/form/field[@name='product']" position="after">
<label name="lot_date"/>
<field name="lot_date"/>
</xpath>
</data>