[IMP] in user form, move field 'department' next to 'sales team' and 'project'

bzr revid: rco@openerp.com-20110707121427-cuewsxuhlxhhe62w
This commit is contained in:
Raphael Collet 2011-07-07 14:14:27 +02:00
commit 8ede63ad9d
1 changed files with 3 additions and 5 deletions

View File

@ -71,11 +71,9 @@
<field name="model">res.users</field>
<field name="inherit_id" ref="base.view_users_form"/>
<field name="arch" type="xml">
<notebook position="inside">
<page string="Departments" groups="base.group_extended">
<field name="context_department_id" completion="1" widget="selection" string="Department"/>
</page>
</notebook>
<xpath expr="/form/notebook" position="before">
<field name="context_department_id" completion="1" widget="selection" string="Department"/>
</xpath>
</field>
</record>
<record model="ir.ui.view" id="view_department_form_simple_modif_inherited1">