Daily updates from Odoo
Tuesday, October 25, 2022
1 change
Features or functions removed from Odoo
The Planning app no longer offers the action to generate timesheets directly from selected resource-task-shift planning entries. This simplifies the planning workflow and removes functionality that could create timesheets from planning shifts.
Original PR description
…imesheet in planning" tasks This commit reverts two tasks that introduced the "Generate timesheet" action in the Planning app. Prior to this commit, the user could select a specific resource and click on the "generate timesheet" button in order to generate timesheets for that resource-task-shift combination. This commit removes this functionality. This should make the planning app simpler and easier to use. Related Upgrade PR: https://github.com/odoo/upgrade/pull/3934 task-2999234