Friday, May 24, 2024
26 changes
Resolved issues and error corrections
This fix updates the payroll module's code generation templates to remove references to a deprecated field that was previously deleted from the system. The change ensures that when new payroll modules are created using the scaffolding tool, they will use the correct field names and avoid errors related to missing or outdated references.
Original PR description
-Sinve the removal of 'address_home_id' in https://github.com/odoo/odoo/commit/e8c48f824e078d643a3385fb910707d5525e927d we should adapt the scaffold code for payroll too. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr