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

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. 

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
0
يونيو 24
1813
0
يناير 22
2986
0
مارس 15
5127
2
يوليو 24
2156
1
مايو 24
2613