تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3256 أدوات العرض

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
أكتوبر 24
32548
1
يوليو 23
7209
2
يوليو 22
11430
2
أكتوبر 21
3231
0
أغسطس 21
1991