تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1727 أدوات العرض

hi,

i have a problem sending emails with an email template.

loading the template and fill in the variable values and sending the email works fine

but the email which arrives is always an old one, i suppose from cache.

So my question is how i can clear email or email template cache?

thanks for you answers

Klaus

الصورة الرمزية
إهمال
الكاتب

hi,
i just made some changes to the mail template,
but when i load the template with
template = self.env['mail.template'].search([('name', '=', 'Behandlung Terminbestätigung')])
the changes are not there and the mail which is send shows the old template.
in template for i can see the changes.