Hello,
I'm working on Odoo 14
I'd lke to have expiraton notifications for some date fields that my entity has
How do I achieve that ?
I inherited a module that extends the vanilla project module
In such module that I inherited, there's an entity that extends project.Task and it has some more date fields
In the project module, tasks can have an expration date
That is, when such date is approaching, the users can receive some notifications
I'd like to have notifications for the further date fileds my entity adds
Thanks in advance