[FIX] Use <chatter> instead of <div class="oe_chatter">
closes odoo/documentation#12106 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
5bb043bd3b
commit
0ae856bcf6
@ -766,11 +766,11 @@ widgets, respectively).
|
||||
<field name="arch" type="xml">
|
||||
<form string="Business Trip">
|
||||
<!-- Your usual form view goes here -->
|
||||
<div class="oe_chatter">
|
||||
<chatter>
|
||||
<field name="message_follower_ids" widget="mail_followers"/>
|
||||
<field name="activity_ids" widget="mail_activity"/>
|
||||
<field name="message_ids" widget="mail_thread"/>
|
||||
</div>
|
||||
</chatter>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
Loading…
Reference in New Issue
Block a user