trytond-contract_shipment_work/view/contract_line_form.xml
2015-03-20 11:11:14 +01:00

12 lines
426 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/separator[@name='description']" position="before">
<label name="create_shipment_work"/>
<field name="create_shipment_work"/>
<label name="first_shipment_date"/>
<field name="first_shipment_date"/>
</xpath>
</data>