trytond-sale_unit_load/view/sale_line_tree.xml
José Miguel Pardo Salar 13ce0b4c0b Migrate to 6.0
2021-10-13 09:41:42 +02:00

10 lines
352 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="/tree/field[@name='quantity']" position="after">
<field name="ul_quantity"/>
<field name="ul_cases_quantity"/>
<field name="cases_quantity"/>
</xpath>
</data>