[REVIEW] res_users in mail_thread: removed form view inheritance adding Chatter.

bzr revid: tde@openerp.com-20120814184931-q2hnox9dhc87wc27
This commit is contained in:
Thibault Delavallée 2012-08-14 20:49:31 +02:00
parent 5249a3fadf
commit 4a9be8de85
1 changed files with 0 additions and 5 deletions

View File

@ -26,11 +26,6 @@
<field name="email" position="before">
<field name="notification_email_pref"/>
</field>
<xpath expr="/form/sheet" position="after">
<div class="oe_chatter">
<field name="message_ids" colspan="4" widget="mail_thread" nolabel="1"/>
</div>
</xpath>
<field name="email" position="after">
<field name="alias_domain" invisible="1"/>
<field name="alias_id" readonly="1" required="0" attrs="{'invisible': [('alias_domain', '=', False)]}"/>