Daily updates from Odoo
Wednesday, July 5, 2023
1 change · master
Enhancements to existing features
Employee and applicant private address details are now stored directly on their HR records instead of separate partner records, reducing access issues and confusion. Salary offer handling is also more stable and traceable, improving control over offer changes and reporting.
Original PR description
- The private addresses have been removed from the "res.partner" model. - The employees' private address information has been moved to the "hr.employee" model, preserving the old records but emptying the private information fields. - The applicant's private address information has been moved to the "hr.applicant" model, following the same approach. - More generally, some efforts have been done to ensure we only create and use the same partner from the application form, to the employee creation and also the user creation. - The salary configurator offer mechanism has been improved to provide stability (no more arguments in URL), traceability (track changes and responsibles) and reporting. TaskID: 3101400