How can I automatically send mail for certain actions?La domanda è stata contrassegnata
1
Rispondi
24783
Visualizzazioni
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
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati| Post correlati | Risposte | Visualizzazioni | Attività | |
|---|---|---|---|---|
|
|
1
mar 15
|
6111 | ||
|
|
0
mag 16
|
10778 | ||
|
|
0
dic 25
|
413 | ||
|
|
0
nov 25
|
1876 | ||
|
|
1
lug 25
|
3924 |
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