Wednesday, January 5, 2022
1 change · master
Code cleanup and technical improvements
The timesheet creation helper for project tasks has been moved fully into the Timesheet Grid app, where the related timer functionality now lives. This keeps the app structure aligned and avoids maintaining the same logic across separate timesheet modules.
Original PR description
Since the timer has been moved to timesheet_grid, we did forget to move the `project.task.create.timesheet` wizard as well. At this time, the model is still created in hr_timesheet and overridden in timesheet_grid. so in this task completely move the wizard to timesheet_grid as it is no more used in hr_timesheet. task-2710154