trytond-sale_rule/view/sale_form.xml

16 lines
594 B
XML

<?xml version="1.0"?>
<!-- This file is part of the sale_rule 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[@id='other']/field[@name='shipment_method']" position="after">
<label name="add_rules"/>
<field name="add_rules"/>
<label name="coupon"/>
<field name="coupon"/>
</xpath>
<xpath expr="/form/group/button[@name='cancel']" position="before">
<button name="apply_rules" icon="tryton-star"/>
</xpath>
</data>