trytond-analytic_office/view/office_form.xml

15 lines
529 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/field[@name='users']" position="replace">
<notebook>
<page id="general" string="General">
<field name="users" colspan="4"/>
</page>
<page id="analytic" string="Analytic">
<field name="analytic_accounts" colspan="4"/>
</page>
</notebook>
</xpath>
</data>