Ir al contenido
Menú
Se marcó esta pregunta
3 Respuestas
4962 Vistas

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
Descartar
Mejor respuesta

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
Descartar
Mejor respuesta

Hi,

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

Avatar
Descartar
Mejor respuesta

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
Descartar

Good day!

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

Publicaciones relacionadas Respuestas Vistas Actividad
2
jul 24
2687
1
jun 24
5148
1
oct 23
10866
1
oct 23
98
1
ago 23
2193