Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
676 Vistas

OE 17

When defining a maintenance request we can assign a res.users 

When defining a timeoff we can assign an employee

Employee and res.users can be linked together 

But I could not find a way to not assign a res.users to a maintenance request when the associated employee is on vacation.

Any help is welcome.

Avatar
Descartar
Mejor respuesta

To prevent assigning a res.users to a maintenance request when the associated employee is on vacation, you can implement a custom module or add a rule in your Odoo system to check the employee's time off status before assigning the res.users. This will require some custom development to ensure the maintenance request logic considers the employee's availability.

Avatar
Descartar