chore: Se agrega zona y mesa a la vista tree de la venta

This commit is contained in:
sinergia 2023-07-31 10:27:53 -05:00
parent 693f2d2e04
commit aca4b9e1b4

9
view/sale_tree.xml Normal file
View File

@ -0,0 +1,9 @@
<?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='shop']" position="after">
<field name="zone" string="Zona"/>
<field name="table" string="Mesa"/>
</xpath>
</data>