How can I automatically send mail for certain actions?Pertanyaan ini telah diberikan tanda
1
Balas
24364
Tampilan
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
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
|
1
Mar 15
|
5898 | ||
|
|
0
Mei 16
|
10353 | ||
|
|
0
Des 25
|
413 | ||
|
|
0
Nov 25
|
1121 | ||
|
|
1
Jul 25
|
3318 |
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