How can I automatically send mail for certain actions?Denna fråga har flaggats
1
Besvara
24784
Vyer
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
Njuter du av diskussionen? Läs inte bara, delta också!
Skapa ett konto idag för att ta del av exklusiva funktioner och engagera dig i vår fantastiska community!
Registrera dig| Relaterade inlägg | Svar | Vyer | Verksamhet | |
|---|---|---|---|---|
|
|
1
mars 15
|
6111 | ||
|
|
0
maj 16
|
10778 | ||
|
|
0
dec. 25
|
413 | ||
|
|
0
nov. 25
|
1876 | ||
|
|
1
juli 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