Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
6066 Ansichten


ERROR

Schedule Activity Icon is missing 

what i did 

_inherit = ['mail.thread']


<div class="oe_chatter"> 

 <field name="message_follower_ids" widget="mail_followers" />

 <field name="message_ids" widget="mail_thread"/>

 </div>

Avatar
Verwerfen
Beste Antwort

Hi,

In the model you can inherit this,

    _inherit = ['mail.thread', 'mail.activity.mixin']

Then in the XML,

<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers"/>
<field name="activity_ids" widget="mail_activity"/>
<field name="message_ids" widget="mail_thread" options="{'post_refresh': 'recipients'}"/>
</div>


You can have a look at this video: How to Add Chatter to Form View in Odoo

Thanks

Avatar
Verwerfen

Can I achieve this with Odoo Studio V12?

Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Mai 25
485
2
Mai 25
275
0
Apr. 25
542
1
Apr. 25
726
1
März 25
779