Daily updates from Odoo
Tuesday, May 24, 2022
2 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