Wednesday, August 31, 2022
2 changes · master
Enhancements to existing features
Planning no longer tracks schedules at the individual task level, reducing detail that users need to manage. This simplifies planning screens and related project, timesheet, contract, and sales forecasting workflows so teams can focus on broader resource planning.
Original PR description
* = project_forecast, project_timesheet_forecast, project_timesheet_forecast_contract, project_timesheet_forecast_sale, sale_project_forecast In this commit we have edited all the models and views of the planning app in order to remove the task_id field and its dependencies. Along with that, we have removed/modified other fields/views in other apps (project, timesheets) that are related to the planning app's task_id field. This is done in order to simplify the planning app for the end users, by reducing the granularity of their planning info. task-2941828
Documents receives a more polished user experience for browsing, previewing, organizing, and sharing files. Users can manage workspaces and tags directly from the search panel, share files with fewer steps, see PDF thumbnails, and use improved keyboard and viewer navigation.