Odoo Help
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
|
etc.
[Solved] Odoo chatter - what am I missing here
Hello
I have code for chatter so that I can send email to follower
.py file:
class mail_chatter(models.Model):
_inherit = "mail.thread"
.xml file:
<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers"/>
<field name="message_ids" widget="mail_thread" options="{"thread_level": 1}"/>
</div>
How to do I get it so that I can send email to customers?
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 6/12/15, 2:16 AM |
Seen: 1018 times |
Last updated: 6/12/15, 3:08 AM |