trytond-sale_rule/view/sale_form.xml

17 lines
641 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>
<xpath expr="/form/notebook/page[@id=&quot;other&quot;]/field[@name=&quot;shipment_method&quot;]"
position="after">
<label name="add_rules"/>
<field name="add_rules"/>
</xpath>
2014-11-24 11:35:34 +01:00
<xpath expr="/form/notebook/page/group/group/button[@name='cancel']"
position="before">
<button name="apply_rules" string="Apply Rules"
icon="tryton-star" colspan="2"/>
</xpath>
</data>