Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
4793 มุมมอง

Hi ,

From Lead list --> Select the leads --> Action --> Send email , this is not sending email until we create a customer for that lead. Any idea how to resolve this issue

  

อวตาร
ละทิ้ง

Hello,

For this, you need some customization. you can add a new action and call on your button send email button.

Hallo, you should Inherit from mail.template like :

_inherit = 'mail.template'

and then override generate_recipients() Method with:

@api.multi

def generate_recipients(self, results, res_ids):

return super(mail_template, self.with_context(tpl_partners_only=False)).generate_recipients(results, res_ids)

and then when you send an Email from Aktion Menu, a customer (res.partner record) will not be created

Hope that helps

คำตอบที่ดีที่สุด

You can use Marketing email app, create a list, you just need to import customers email and name, that will not create a customer in the database and you have more insights about your email campaign. 

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
0
มิ.ย. 24
1869
0
ม.ค. 22
3057
0
มี.ค. 15
5194
2
ก.ค. 24
2279
1
พ.ค. 24
2707