This question has been flagged
1 Reply
3282 Views

How do i configure the system to email me when an employees contract is going to expire? For example I need to get an email 30 days before the expiration.  i tried to  create an automated action following some tutorial but i don't find the filed  Timer Trigger Date and  Delay After Trigger Date in odoo 8 any help please ?

Avatar
Discard
Best Answer

Hi,

For this, you can use the automated actions. To know more about the automated actions have a look at this blog : https://www.cybrosys.com/blog/automated-action-in-odoo


Above blog will lead you to create the automated action to check and compare the date and send the mail, have a look at the code of this module where mail notification is sent 30 days before for some other records.

App

: https://apps.odoo.com/apps/modules/10.0/employee_documents_expiry/


Checking the blog and the code of the above app will give you the necessary info


Thanks

Avatar
Discard