Monday, March 28, 2022
2 changes
Resolved issues and error corrections
Project users can now use task dependencies in the Gantt view while the first level of rows is collapsed. This prevents an error that previously interrupted planning when that Studio option was enabled.
Original PR description
Steps to reproduce: 1. Ensure you have Studio and Project installed. 2. Go into Project App. 3. In the kanban view, click on a project which have task dependencies enabled. 4. Choose the gantt view. 5. Click on Studio and enable `Collapse first level`. 6. A traceback is triggered. Prior to this commit - An error was raised when using collapsed rows in gantt view with task dependencies. After this commit: - Gantt dependencies can be used together with collapsed rows. opw-2781512 Fix in stable done from 15.0 here: #25501
This update fixes several field service issues that affected daily workflows. Helpdesk users can now be assigned to private-team tickets when appropriate, worksheet choices are limited to field service task templates, and the timesheet start button is visually aligned for a cleaner interface.
Original PR description
* helpdesk, helpdesk_fsm_report, timesheet_grid PURPOSE bug fixes for field services SPECIFICATION In helpdesk, - helpdesk.ticket: it should be possible to assign any helpdesk > user to a ticket of a private team, even if the user is not following the team In helpdesk_fsm_report, - helpdesk.ticket > create task wizard: the 'worksheet template' field should only contain templates from fsm In timesheet_grid, - aligned start button with the left arrow button task-2733415 closes: https://github.com/odoo/enterprise/pull/24301