I created a new module in CRM, how can I add the schedule activity button to the chatter box?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
Hello Doug,
first in your .py file
_inherit = ['mail.thread', 'mail.activity.mixin']
after in xml file after sheet tag complete,
<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers" groups="base.group_user"/>
<field name="activity_ids" widget="mail_activity"/>
<field name="message_ids" widget="mail_thread"/>
</div>
you can also take reference from Odoo standard module.
Thanks
Hi Doug,
Which ODOO version are you using? v10 or v11? Or an earlier version?
Oliver
I am using v11
Hello
'you can also take reference from Odoo standard module'
Could u explain to me how to do this reference in a new module?
Bruno
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up