Files
tradon/modules/purchase_trade/view/lot_form.xml

20 lines
721 B
XML

<?xml version="1.0"?>
<data>
<xpath expr="/form/label[@name='warrant_nb']" position="before">
<label name="planned_from_location"/>
<field name="planned_from_location"/>
<label name="planned_to_location"/>
<field name="planned_to_location"/>
<label name="planned_transport_type"/>
<field name="planned_transport_type"/>
<label name="planned_from_date"/>
<field name="planned_from_date"/>
<label name="planned_to_date"/>
<field name="planned_to_date"/>
<label name="planned_note"/>
<field name="planned_note"/>
<label name="sale_invoice_padding"/>
<field name="sale_invoice_padding"/>
</xpath>
</data>