trytond-sale_product_customer/view/sale_line_tree.xml
Maxime Richez 6827b3b0fc Add sale_product_customer module
issue8133
review46791002
2019-03-30 15:51:15 +01:00

9 lines
305 B
XML

<?xml version="1.0"?>
<!-- This file is part of 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="after">
<field name="product_customer"/>
</xpath>
</data>