In odoo 8 i want to create timer to check every day if a demand (i create object resiliation.demand)done in a specific time
like example :
if an user create a demand today and after 5 days the user not take actions like :
- add signed attachment
the demand will archive (field active will be False)
Hi,
this is what crons are made for.
I think you should read the odoo documentation first before starting to develop.
https://odoo-development.readthedocs.io/en/latest/odoo/models/ir.cron.html
Best regards.