How can I automatically send mail for certain actions?Esta pergunta foi sinalizada
1
Responder
24792
Visualizações
Hi,
EIther you can use automated actions(install module named:base_automation) or you can override the corresponding actions and code for sending the emails.
Activate the developer mode and navigate to Settings -> Technical -> Automation -> Automated Actions
For sending the email from the code, see the answer given for this question: Send Email From Code Odoo
Thanks
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscrever-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
|
1
mar. 15
|
6112 | ||
|
|
0
mai. 16
|
10779 | ||
|
|
0
dez. 25
|
413 | ||
|
|
0
nov. 25
|
1890 | ||
|
|
1
jul. 25
|
3941 |
Here is code snippet for send email on button click: http://learnopenerp.blogspot.com/2017/08/odoo-how-to-send-email-on-button-click.html