trytond-sale_rule/view/sale_form.xml

16 lines
594 B
XML
Raw Normal View History

2014-11-24 11:35:34 +01:00
<?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>
2019-01-15 10:24:18 +01:00
<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>
2020-05-18 15:01:40 +02:00
<xpath expr="/form/group/button[@name='cancel']" position="before">
2019-01-15 10:24:18 +01:00
<button name="apply_rules" icon="tryton-star"/>
2014-11-24 11:35:34 +01:00
</xpath>
</data>