コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3269 ビュー

I would like to send email to customer but i dont want to create said email in record chatter as well.

I think this is the method responsible (although i might be wrong).

def _send_email_notification(self, ticket):
reminder_template = self.env.ref('module.mail_template')
email_values = {'email_to': self.partner_id.email}
reminder_template.sudo().send_mail(ticket.id, force_send=True, email_values=email_values)
アバター
破棄

Hi,
Please refer this forum answer. It explains how to remove the link between the mail that’s been sent and chatter.

https://www.odoo.com/forum/help-1/send-an-email-from-odoo-but-dont-add-it-to-the-record-s-chatter-section-193936

関連投稿 返信 ビュー 活動
5
10月 24
32609
1
7月 23
7272
2
7月 22
11450
2
10月 21
3242
0
8月 21
2007