Thursday, April 27, 2023
3 changes
Resolved issues and error corrections
Enterprise modules were adjusted to stay compatible with a related platform-wide layout correction in the community edition. This keeps appraisal, payroll, recruitment signing, and knowledge screens and tests working as expected after the underlying change.
Original PR description
Community counterpart: https://github.com/odoo/odoo/pull/119815 ### [FIX] *: adapt enterprise to the fix of root class attr *: adaptations for hr_appraisal_skills, hr_payroll, hr_recruitment_sign, knowledge **Introduced Changes** This is the enterprise counterpart for the adaptations due to changes in the community repo. See the commit of the community PR https://github.com/odoo/odoo/pull/119815 which states the following sentence: « ... the whole codebase has been checked and adapted ... »
The Knowledge app version is updated to 1.0 to match existing upgrade expectations. This keeps versioning consistent and helps avoid confusion during upgrades or maintenance.
Original PR description
Let us consider it is now 1.0 . And be coherent with upgrade scripts that already exist.
A minor issue in payroll planning calculations was corrected after a recent change introduced an incompatibility in how grouped payroll data was read. This helps ensure payroll planning information is processed reliably without changing the user workflow.
Original PR description
In https://github.com/odoo/enterprise/commit/0a24c01ec178984df032710b81d562366c016ebb, a small error has been introduced, fix it (_read_group has a new API)