Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
2846 Vues

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. 

Avatar
Ignorer
Auteur Meilleure réponse

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

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


Avatar
Ignorer
Publications associées Réponses Vues Activité
1
févr. 24
2502
1
juil. 23
3408
1
mai 22
4453
3
déc. 23
19131
1
févr. 22
6154