trytond-product_price_list_.../view/price_list_line_tree.xml
2018-10-19 07:24:59 +02:00

10 lines
344 B
XML

<?xml version="1.0"?>
<!-- This file is part of product_price_list_manufacturer module for Tryton.
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="manufacturer"/>
</xpath>
</data>