trytond-sale_shop_trade_info/view/sale_shop_tree.xml

10 lines
329 B
XML

<?xml version="1.0"?>
<!-- This file is part sale_shop 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='name']" position="after">
<field name="company_trade_name"/>
</xpath>
</data>