Daily updates from Odoo
Tuesday, June 30, 2026
1 change · saas-19.4
Code cleanup and technical improvements
This change removes old, unused code related to the Gantt progress bar redesign. It helps keep the product codebase cleaner and easier to maintain without changing how users work.
Original PR description
Cleans up residual dead code left over from the progress bar redesign in https://github.com/odoo/enterprise/pull/118045. Since the `GanttRowProgressBar` component is no longer referenced anywhere in the new layout architecture, its corresponding files have been deleted.