콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
4885 화면

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
6월 24
1925
0
1월 22
3131
0
3월 15
5249
2
7월 24
2356
1
5월 24
2810