trytond-sale_rule/view/sale_pos_form.xml

17 lines
642 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=&quot;sale&quot;]/field[@name=&quot;ticket_number&quot;]"
position="after">
<label name="add_rules"/>
<field name="add_rules"/>
</xpath>
<xpath expr="/form/group[@id='cash']/button[@name='wizard_sale_payment']"
position="after">
<button name="apply_rules" string="Apply Rules"
icon="tryton-star" colspan="2"/>
</xpath>
</data>