Daily updates from Odoo
Friday, September 3, 2021
2 changes · master
New functionality added to Odoo
Project tasks now show a warning when the assigned employee is on time off during the planned work period, making scheduling conflicts easier to spot. Users can also filter for tasks in conflict, helping managers quickly find and resolve availability issues before work is assigned.
Original PR description
Purpose of the task is to display the warning stating that an employee is on holiday at the time the task is planned would reinforce the feature. In addition, the fact that a given cell is grey in the Gantt view can easily be overlooked if a task was already planned for this user before he took that day off. So in this commit, - Added the module to integrate the tasks with time off and display the warning on task when the user is on leave. - also added the filter to find the task on which the user is on leave - also move the conflict warning (and decoration) from Field Service to Project and added a 'tasks in conflict' filter on tasks. Related Enterprise Upgrade: odoo/upgrade#2803 TaskID: 2453321
Users can now add links in Documents spreadsheets that open specific Odoo menus or saved views. This makes spreadsheet templates more actionable by connecting reports or planning sheets directly to the relevant business screens, though some access-limited menus may not be available.
Original PR description
See commit messages :)