How can I automatically send mail for certain actions?لقد تم الإبلاغ عن هذا السؤال
1
الرد
24777
أدوات العرض
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
مارس 15
|
6111 | ||
|
|
0
مايو 16
|
10777 | ||
|
|
0
ديسمبر 25
|
413 | ||
|
|
0
نوفمبر 25
|
1869 | ||
|
|
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