Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
3150 Prikazi

I want to disable all communications with customers except intentionally emails. I don't want an email sent automatically when meeting is set, or when lead becomes opportunity or a sales generated and confirmed... Nothing but when I click their name to send an email.

My customers do not need to be notified during every phase of processing an order, just when I want to send an email only. Is there a way to do this? If you select never in notify_email radio buttons, they get NO emails from the system. Am I missing something?

Avatar
Opusti
Best Answer

Hi John, 

I don't have the answer but I am glad you brought this up.  I don't want my clients to get automated emails either.  Or at least until I am familiar more with odoo and know what emails are getting sent.  

If I find something I will post. 

Avatar
Opusti
Best Answer

I know this is not ideal, but one method is to change in all email templates field To (Emails) = ${object.email|safe} and set To (Emails) = ${object.company_id.email or user.email|safe} (or only ${user.email|safe})

In first step, email is sent to you. You verify it and if it is ok, you edit it as new and send to customer.  Value ${object.email|safe} you add to email template cotent.

Avatar
Opusti