trytond-sale_rule/view/sale_pos_form.xml

14 lines
539 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/field[@name='ticket_number']" 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" icon="tryton-star" colspan="2"/>
</xpath>
</data>