chore: Se agrega zona y mesa a la vista tree de la venta
This commit is contained in:
parent
693f2d2e04
commit
aca4b9e1b4
9
view/sale_tree.xml
Normal file
9
view/sale_tree.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user