Skip to Content
Menu
This question has been flagged
1 Reply
3544 Views

I attached chatter div in my UI but it is only showing the detail for its creation and all other options are not functioning. So could help me in implementing the chatter box.

Avatar
Discard
Best Answer

Hello Dheeraj,

Make sure that you inherited 'mail.thread' model in your customized model.

e.g. _inherit = ['mail.thread']

     and add thread fields in chatter div like this: https://github.com/odoo/odoo/blob/10.0/addons/event/views/event_views.xml#L138

I hope this will help you.

Avatar
Discard
Related Posts Replies Views Activity
2
Jul 25
4887
2
Dec 24
7939
2
Nov 24
28756
2
May 24
7630
3
Mar 24
7080