Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
2848 Переглядів

Using a scheduled task, I need to send an email which will inform on the status of open tasks. After getting the recordset correponding to my search, I found how to load the template and send the email:

mail_template = self.env.ref('test_email.email_template')
mail_template.send_mail(self.id)

But I only got access to the current record in $object. I would like to be able to pass the recordset to the template and loop over it. 

Аватар
Відмінити
Автор Найкраща відповідь

Easy way is to pass the recordset using context. Go thanks and upvote CZoellner

https://stackoverflow.com/questions/71559930/


Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
лют. 24
2508
1
лип. 23
3416
1
трав. 22
4457
3
груд. 23
19133
1
лют. 22
6159