How can I automatically send mail for certain actions?此問題已被標幟
1
回覆
24785
瀏覽次數
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
| 相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
|---|---|---|---|---|
|
|
1
3月 15
|
6111 | ||
|
|
0
5月 16
|
10778 | ||
|
|
0
12月 25
|
413 | ||
|
|
0
11月 25
|
1876 | ||
|
|
1
7月 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