Daily updates from Odoo
Tuesday, May 24, 2022
3 changes · master
Enhancements to existing features
The Documents spreadsheet component has been updated to a newer version. Charts can now adapt text color to their background, improving readability and making spreadsheet-based reports easier to view.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/b3c80809 [IMP] chart: dynamic font color based on the background color https://github.com/odoo/o-spreadsheet/commit/c7ba8297 [IMP] helpers: introduce color conversion helpers https://github.com/odoo/o-spreadsheet/commit/879d9844 [REF] overlay: compute coordinates directly top-left of the grid https://github.com/odoo/o-spreadsheet/commit/c60ebd2e [REF] sheet: remove start and end on headers
The department board in Appraisals now follows the refreshed visual style used in Recruitment. This creates a more consistent and polished experience for managers viewing department information.
Original PR description
The recruitment kanban view was redesigned and it looks good, so it was decided to implement the same design on the department kanban view. This commit adapts the hr_appraisal overwrite of this view. task-2849418
Resolved issues and error corrections
Fixes a crash that could happen when users tried to insert a pivot table from another spreadsheet sheet after reloading the page. This helps users continue working with spreadsheet reports reliably, even when some pivot data has not been loaded yet.
Original PR description
- Insert two pivots on a spreadsheet, one on the first sheet and one on the second - Then reload the page and try to insert the second pivot (which is not loaded) in the first sheet. => boom Task 2844664