Friday, April 22, 2022
4 changes · master
Enhancements to existing features
The Planning analysis report now gives managers clearer visibility into resource capacity, utilization, billable versus non-billable assignments, and employee time off. This helps teams spot overbooked or available people, balance profitable work, and better understand how planned hours are distributed.
Original PR description
Improve the Planning analysis report by providing additional measures on: the capacity and utilization of resources -> goal: easily identify who is still available or who has been allocated too much work the ratio of billable vs. non-billable hours assigned -> goal: making sure that a resource is profitable and that the work he is assigned is well balanced the time off taken by the employees -> goal: help the user understand the distribution of hours Because these measures are quite complex to implement, we will be creating a new report for this task instead of relying on planning.slot. See task-2742620
The Documents spreadsheet component has been updated to the latest spreadsheet engine version. This brings maintenance improvements around chart handling, sheet management, and formatting checks, helping keep spreadsheet features stable and aligned with the upstream product.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/a1d601e3 [FIX] package.json: check tools and xml code formatting https://github.com/odoo/o-spreadsheet/commit/6efc0328 [REF] package.json: move chart.js as npm dependency https://github.com/odoo/o-spreadsheet/commit/27869f43 [REF] tests: introduce moveSheet helper https://github.com/odoo/o-spreadsheet/commit/5ee692df [REF] sheet: simplify sheets getters https://github.com/odoo/o-spreadsheet/commit/0ad91f94 [FIX] spreadsheet: fix in package.json
Employees being archived can now receive links to their archived documents even if they do not have a linked system user account. This helps ensure departing employees can still access the documents intended for them and reduces manual follow-up for HR teams.
Original PR description
Purpose: When we archive employees, we send them link for archived documents. It is possible that an employee is not linked with an user. Regardless, we should be able to send a link to employee. task - 2806702
This update adapts spreadsheet document and Studio dialog windows to a newer shared dialog system. It helps keep these screens compatible with the latest platform changes without changing the main business workflow.
Original PR description
enterprise part of [odoo/#89113](https://github.com/odoo/odoo/pull/89113)