How can I automatically send mail for certain actions?คำถามนี้ถูกตั้งค่าสถานะ
1
ตอบกลับ
24797
มุมมอง
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
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ| Related Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
|---|---|---|---|---|
|
|
1
มี.ค. 15
|
6112 | ||
|
|
0
พ.ค. 16
|
10779 | ||
|
|
0
ธ.ค. 25
|
413 | ||
|
|
0
พ.ย. 25
|
1901 | ||
|
|
1
ก.ค. 25
|
3948 |
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