Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4693 Vizualizări

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

  

Imagine profil
Abandonează

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

Cel mai bun răspuns

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. 

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
iun. 24
1774
0
ian. 22
2967
0
mar. 15
5104
2
iul. 24
2104
1
mai 24
2565