Daily updates from Odoo
Tuesday, November 30, 2021
1 change · master
New functionality added to Odoo
Gantt views now show progress bars that compare planned or allocated hours against available working hours for resources, tasks, sales order lines, and related planning views. This helps managers quickly spot workload levels and capacity issues without opening detailed records.
Original PR description
Purpose ====== The progressbar showing planned hours compared to working hours in the gantt title column when the gantt view is grouped by resource already exists in the Planning module. This task aims to add an equivalent progress bar in the gantt view of Project Tasks showing the number of hours planned on tasks compared to the working hours of the user. Specification ========== In order to take advantage of the implementation made in the planning, this task factorizes both server and client implementation : - Server : The resource methods are factorized and defined in the resource module. - Client : The progressbar definition is factorized and defined in the web_gantt module in order to take advantage of its definition in both project and planning modules See also : odoo/odoo#77362 task-2646630