fix se corrige vistas de botones del restaurante
This commit is contained in:
parent
b737a14857
commit
7556fd3789
@ -2,15 +2,14 @@
|
|||||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||||
this repository contains the full copyright notices and license terms. -->
|
this repository contains the full copyright notices and license terms. -->
|
||||||
<data>
|
<data>
|
||||||
<xpath expr="//field[@name='reference']" position="after">
|
<xpath expr="//field[@name='lines']" position="after">
|
||||||
<newline/>
|
<group col="-1" colspan="5" id="restaturant_buttons">
|
||||||
<label name="pizza_number"/>
|
<button name="kitchen" icon="tryton-print"/>
|
||||||
<field name="pizza_number"/>
|
<button name="bar" icon="tryton-print"/>
|
||||||
|
<button name="print_bill" icon="tryton-print"/>
|
||||||
<button name="add_pizza"/>
|
<button name="add_pizza"/>
|
||||||
<button name="kitchen"/>
|
|
||||||
<button name="bar"/>
|
|
||||||
<button name="print_bill"/>
|
|
||||||
<newline/>
|
|
||||||
<button name="impreso"/>
|
<button name="impreso"/>
|
||||||
|
</group>
|
||||||
|
<newline/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</data>
|
</data>
|
||||||
|
Loading…
Reference in New Issue
Block a user