trytond-sale_shop_invoice_j.../view/journal_form.xml

14 lines
508 B
XML

<?xml version="1.0"?>
<!-- This file is part of the sale_shop_invoice_journal 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='sequences']" position="after">
<page string="Shops"
states="{'invisible': Eval('type') != 'revenue'}"
id="shops">
<field name="shops" colspan="4" widget="many2many"/>
</page>
</xpath>
</data>