Daily updates from Odoo
Tuesday, August 29, 2023
1 change
Resolved issues and error corrections
The timesheet timer can now be started again from list and kanban views after a recent technical change had broken that action. The grid view was also cleaned up so it no longer shows a redundant empty section when there is only one unnamed section, making the display clearer for users.
Original PR description
Before this commit, since the refactor of the relational model the timer cannot be launched in list and kanban views in timesheet This commit fixes the issue but the timer header in the list and kanban views has to be reviewed to be able to correctly use the reactivity implemnented in the new relational model.