How can I automatically send mail for certain actions?This question has been flagged
1
Reply
24774
डेटा देखने का तरीका
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
साइन अप करें| Related Posts | Replies | डेटा देखने का तरीका | ऐक्टिविटी | |
|---|---|---|---|---|
|
|
1
मार्च 15
|
6111 | ||
|
|
0
मई 16
|
10777 | ||
|
|
0
दिस॰ 25
|
413 | ||
|
|
0
नव॰ 25
|
1867 | ||
|
|
1
जुल॰ 25
|
3918 |
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