[usability] in user form : department, sales team and project should be on the same level.

bzr revid: tta@openerp.com-20110524091358-0dwzrnr8jc7zwjbs
This commit is contained in:
Tejas (OpenERP) 2011-05-24 14:43:58 +05:30
parent ae6efe3358
commit 4a71ddbb1b
1 changed files with 2 additions and 4 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">
<xpath expr="/form/notebook" position="before">
<field name="context_department_id" completion="1" widget="selection" string="Department"/>
</page>
</notebook>
</xpath>
</field>
</record>
<record model="ir.ui.view" id="view_department_form_simple_modif_inherited1">