trytonpsk-sale_pos_frontend.../view/sale_shop_form.xml

17 lines
591 B
XML

<?xml version="1.0"?>
<!-- This file is part sale_shop 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/notebook/page[@id='general']/field[@name='warehouse']"
position="after">
<label name="local_printer"/>
<field name="local_printer"/>
</xpath>
<xpath expr="/form/notebook/page[@id='users']" position="after">
<page string="Tables" col="4" id="tables">
<field name="tables" colspan="4"/>
</page>
</xpath>
</data>