trytond-product_special_price/view/sale_shop_form.xml

16 lines
596 B
XML

<?xml version="1.0"?>
<!-- This file is part product_special_price module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data>
<xpath
expr="/form/notebook/page/field[@name='price_list']"
position="after">
<label name="special_price"/>
<field name="special_price"/>
<label name="type_special_price"/>
<field name="type_special_price"/>
<label name="special_pricelist"/>
<field name="special_pricelist"/>
</xpath>
</data>