Skip to Content
Menu
This question has been flagged
2 Replies
3593 Views

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
Discard
Best Answer

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

Avatar
Discard
Best Answer

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
Discard