[web/7.0] Gantt view

Bug #1307480 reported by Erwin van der Ploeg (BAS Solutions)
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Odoo Web (MOVED TO GITHUB)
New
Undecided
Unassigned

Bug Description

The Gantt view can't make a proper Gantt. This problem accurs in project_long_term. But it is a generic problem.
Gantt view simply checks start time and end time and whatever duration comes it simply divide by considering that day_length = 8. Gantt view do not consider when task started on particular day and when task ended on particular day, there is no day to day calculation of hours.

Say for example my task is started on 28 march 2014 at 9:00 O'clock and ends at 31 March 2014 18 O'clock then what Gantt view simply does it finds hour difference between this two times and considers that day_length is 8 hour so it returns 27 on tooltip((81 * 24) / 8).

There are technical limitation that Gantt view do not identify the day whether it is Saturday or Sunday(It is also not necessary that all companies having 5 days week), also Gantt view does not check that in 28th March it start at 9:00 clock and ends at 18 O'clock, as I said that it simply check start date and end date difference.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.