How can I automatically send mail for certain actions?Această întrebare a fost marcată
1
Răspunde
24763
Vizualizări
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
Îți place discuția? Nu doar citi, alătură-te!
Creează-ți un cont astăzi pentru a beneficia de funcții exclusive și a interacționa cu minunata noastră comunitate!
Înscrie-te| Postări similare | Răspunsuri | Vizualizări | Activitate | |
|---|---|---|---|---|
|
|
1
mar. 15
|
6110 | ||
|
|
0
mai 16
|
10776 | ||
|
|
0
dec. 25
|
413 | ||
|
|
0
nov. 25
|
1864 | ||
|
|
1
iul. 25
|
3912 |
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