Friday, March 26, 2021
1 change
New functionality added to Odoo
Project teams can now better plan work by seeing task dependencies in forecasts and using a Gantt view for tasks outside Field Service. The update also keeps Field Service projects separate from standard project dependency settings and improves scheduling defaults based on working calendars.
Original PR description
Purpose ====== Sometimes, a task can only be completed once another is (e.g. 'install boiler' can only be done once 'order boiler' is complete). Communicating this information is key to organize a project and for the users to know on what they can start working when. ## Settings Project App - Filter the projects to update when the task dependencies feature is enabled in the Project App Settings. We want to check the task dependencies in all existing projects and newly created with is_fsm = False. ## Task views - Add a gantt view on project.task (as in fsm planning, we should display time off in grey and compute default start/end dates based on the company/resource calendar). - The 'hours forecast' stat button should display the shifts linked to the current task + the blocked by tasks + their respective sub-tasks. task-2387984 Community PR: odoo/odoo#66740 Upgrade PR: odoo/upgrade#2203