trytondo-sale_fast_food/view/sale_form.xml
2024-10-20 14:22:34 -05:00

23 lines
811 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="//field[@name='lines']" position="after">
<group col="-1" colspan="5" id="restaturant_buttons">
<button name="kitchen" icon="tryton-print"/>
<button name="bar" icon="tryton-print"/>
<button name="print_bill" icon="tryton-print"/>
<button name="add_pizza"/>
<button name="impreso"/>
</group>
<newline/>
</xpath>
<xpath expr="/form/notebook/page[@id='sale']/group[@id='amount']/field[@name='tax_amount']"
position="after">
<label name="total_discount"/>
<field name="total_discount"/>
<label name="total_tip"/>
<field name="total_tip"/>
</xpath>
</data>