Daily updates from Odoo
Wednesday, March 16, 2022
1 change
Code cleanup and technical improvements
The timesheet and planning analysis report was reorganized internally so future changes can be made more easily. This reduces duplication for related modules and should make ongoing maintenance of reporting behavior simpler, without changing the report experience for users.
Original PR description
The purpose of the task is to technically refactor the timesheet and planning analysis report. So in this commit, split the query into methods so it will be easily overridden by the other modules, and no need to re-write the whole query again. task-2791087