I am trying to run an Odoo Automated task that emails users if they have a task deadline that is overdue or within 8 hours time. I would like this task to run daily so that I can affectively remind them about it.
However, I have encountered a few errors so far:
- The 'Automated Actions' builder that Odoo provides in debug mode needs a trigger. Timed conditions only give a datetime picker, therefore I cannot set it to 'daily' etc.
- I have tried setting a 'Scheduled Action' to the automated action to run it, but it isn't running - probably because the trigger isn't being hit (since there is options for on creation, when updated and timed conditions).
I hope this makes sense. Please see the screenshots below for what I have so far.
Automated Task:
Scheduled Task:
Thanks in advance!