Skip to Content
Menu
This question has been flagged
3 Replies
4430 Views

i'm using odoo 11 and i want to know how can i activate the email reminder on visa expiry date. i searched on the net but i found a solution only for an older version of odoo and it wasn't clear. Any idea for help please ?

Avatar
Discard
Best Answer

Hi Dhouha,

You can add a function to send email reminders on visa expiry date. It can be added in scheduler so the system will continuously run the function and send email if any document is going to expire .

If you want to add template in email you can refer this email templates

there is also app in which you can add documents and get notification when document expires link

Avatar
Discard
Best Answer

Hi,

   Here is an example for managing employee documents and their expiry   Document Expiry         

Avatar
Discard
Best Answer

Hi,

You can do the same in different ways,

1. Automated Action : In the database make sure that the module named base_automation installed, then after activating the developer mode in the Settings -> Technical -> Automation -> Automated Action , here you can create a record for sending the email during the visa expiration . In the model you can set the corresponding model, in the action to do field select Send email option and set Trigger Condition as Timed Condition.


2. Other way is to use the custom addons available for the same in the Odoo app store,

      * Visa Expiration Notification By E-mail                                                                                                                        

      * Employee Documents


The first module is for the v8, if you are using the higher version, you can either port it to higher version or refer its code. The second module is a general one, which can be used for any documents. Create a document as Visa attach the Visa and set the expiry date. The notification will get send on the expiry date or before it.


Thanks

Avatar
Discard

Good day!

Please can the employee document custom module also sent visa expiration notifications to my contacts in case their passport or visa expires????

Related Posts Replies Views Activity
2
Jul 24
939
1
Jun 24
3560
1
Oct 23
8578
1
Oct 23
97
1
Aug 23
2192