trytond-sale_pos_template_q.../view/sale_line_tree_sequence.xml

13 lines
424 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='product']" position="before">
<field name="type"/>
<field name="template"/>
</xpath>
<xpath expr="/tree/field[@name='unit']" position="after">
<button name="set_quantities_wizard"/>
</xpath>
</data>