trytond-commission_user/view/user_form.xml
2015-11-27 16:53:53 +01:00

18 lines
617 B
XML

<?xml version="1.0"?>
<!-- This file is part of commission_user 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='preferences']/field[@name='language']"
position="after">
<label name="agent"/>
<field name="agent" widget="selection"/>
</xpath>
<xpath expr="/form/notebook/page[@id='preferences']"
position="after">
<page string="Agents" col="2" id="agents">
<field name="agents"/>
</page>
</xpath>
</data>