Thursday, February 18, 2016
2 changes · master
Enhancements to existing features
Timesheet entries now require a project instead of relying on account details, making time tracking more project-focused and easier to manage. The separate project timesheet functionality has been folded into the main timesheet module, reducing duplication and simplifying configuration.
Original PR description
Task : https://www.odoo.com/web#id=7993&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720
Code cleanup and technical improvements
The timesheet synchronization module has been updated to work with the newer timesheet structure, where entries are tied to projects rather than analytic accounts. This keeps timesheet import and export behavior compatible with current project tracking and removes an outdated test that no longer applies.