trytond-product_price_list_.../view/price_list_line_tree_sequence.xml
2014-08-01 16:25:35 +02:00

11 lines
367 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>