Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
6051 Vues


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
Ignorer
Meilleure réponse

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
Ignorer

Can I achieve this with Odoo Studio V12?

Publications associées Réponses Vues Activité
0
avr. 25
353
0
avr. 25
446
1
avr. 25
641
1
mars 25
667
3
févr. 25
677