Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
3594 Vistas

How to create employee holiday list and display it in the gantdiagram to see how it overlaps with other projects, and to see when all employees are all or not available.

 

Thanks

Avatar
Descartar
Mejor respuesta

Use "Super calendar" community module.. but this will show u the details in calendar view....

Avatar
Descartar
Mejor respuesta

gant view is just one type of view (others are form, tree, graph, kanban etc)... and views show model data (tables in database) 

in order to show mixed gant data (show leaves calendar and project calendar) you should make some memory model with intersection of data from both models you want to see ( hr.holiday and project.task or project.project).. 
this can only be done using custom module .. 

 

Avatar
Descartar