[REF] res_users in mail: user_email -> email.

bzr revid: tde@openerp.com-20120810095630-d70pxftvanhxywn6
This commit is contained in:
Thibault Delavallée 2012-08-10 11:56:30 +02:00
parent e9d6d69993
commit 8afd274c2d
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<field name="inherit_id" ref="base.view_users_form_simple_modif"/>
<field name="arch" type="xml">
<data>
<field name="user_email" position="before">
<field name="email" position="before">
<field name="notification_email_pref" readonly="0"/>
</field>
</data>
@ -23,7 +23,7 @@
<field name="inherit_id" ref="base.view_users_form"/>
<field name="arch" type="xml">
<data>
<field name="user_email" position="before">
<field name="email" position="before">
<field name="notification_email_pref"/>
</field>
<xpath expr="/form/sheet" position="after">
@ -31,7 +31,7 @@
<field name="message_ids" colspan="4" widget="mail_thread" nolabel="1"/>
</div>
</xpath>
<field name="user_email" position="after">
<field name="email" position="after">
<field name="alias_domain" invisible="1"/>
<field name="alias_id" readonly="1" attrs="{'invisible': [('alias_domain', '=', False)]}"/>
</field>