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>
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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>
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
Can I achieve this with Odoo Studio V12?
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknü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 |