Friday, January 6, 2023
1 change · master
Features or functions removed from Odoo
The timesheet reporting area no longer includes an unused grid view grouped by project, and related legacy logic has been removed. This simplifies the timesheet setup now that the relevant reports use pivot and graph views only, with minimal impact for users.
Original PR description
In that PR, we deprecated `_group_expand_project_ids` in stable: https://github.com/odoo/enterprise/pull/35402 This method was used in timesheet reporting. As only pivot and graph views are left in this action, it won't be called anymore. Also, we remove the corresponding view : grid grouped by project. task-3084945