trytond-sale_unit_load/view/sale_line_form.xml
Sergio Morillo 7a490a0ea6 Add cases fields.
This commit refs #1387
2017-10-04 13:57:45 +02:00

13 lines
494 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='general']/field[@name='unit']" position="after">
<label name="ul_quantity"/>
<field name="ul_quantity"/>
<label name="ul_cases_quantity"/>
<field name="ul_cases_quantity"/>
<label name="cases_quantity"/>
<field name="cases_quantity"/>
</xpath>
</data>