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

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?


Avatar
Discard
Author Best Answer

Email server not configured correctly from my side

Avatar
Discard
Related Posts Replies Views Activity
1
Dec 24
2534
3
Jul 21
11552
4
Apr 18
13084
1
Sep 25
1314
0
Jan 24
4525