trytond-stock_serial_number/view/template_form.xml

12 lines
378 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="/form/notebook/page[@id='lots']/label[@name='lot_required']"
position="before">
<label name="serial_number"/>
<field name="serial_number"/>
<newline/>
</xpath>
</data>