Tuesday, November 19, 2024
1 change · 17.0
Enhancements to existing features
This update enhances the Gantt chart's usability by introducing a dynamic range toggle and a quarter view option. This allows users to switch between static and dynamic views, providing greater flexibility for managing projects with varying task durations, particularly on longer-term initiatives.
Original PR description
This PR is meant to use the standard dynamic range option in gantt view and allow one to go from static to dynamic view by ticking only one button and selecting a date. This PR adds quarter scale in gantt view to add granularity between month and year view. Since year view is very static and based on month-step, the view is not really useful for tasks with heterogeneous durations on long-term projects. The quarter view, added to the dynamic toggle option gives a more smooth experience of the gantt view. Forward-port of https://github.com/odoo/enterprise/pull/50340