How can I automatically send mail for certain actions?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
21937
ビュー
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
|
4644 | ||
|
0
5月 16
|
8392 | ||
|
1
7月 25
|
627 | ||
|
5
5月 25
|
18038 | ||
|
0
4月 25
|
1027 |
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