[IMP] res.partner, res.user: removed oe_mail_group_footer css class on their chatter, because it should not be there. A good reason I think.

bzr revid: tde@openerp.com-20120807111356-s304912xk71s346x
This commit is contained in:
Thibault Delavallée 2012-08-07 13:13:56 +02:00
parent 023262e519
commit 430e6c2c2d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<field name="inherit_id" ref="base.view_partner_form"/>
<field name="arch" type="xml">
<xpath expr="//sheet" position="after">
<div class="oe_chatter oe_mail_group_footer">
<div class="oe_chatter">
<field name="message_ids" widget="mail_thread"
options='{"thread_level": 1}'/>
</div>

View File

@ -27,7 +27,7 @@
<field name="notification_email_pref"/>
</field>
<xpath expr="/form/sheet" position="after">
<div class="oe_chatter oe_mail_group_footer">
<div class="oe_chatter">
<field name="message_ids" colspan="4" widget="mail_thread" nolabel="1"/>
</div>
</xpath>