How can I automatically send mail for certain actions?신고된 질문입니다
1
회신
24766
화면
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
|
6110 | ||
|
|
0
5월 16
|
10776 | ||
|
|
0
12월 25
|
413 | ||
|
|
0
11월 25
|
1864 | ||
|
|
1
7월 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