Monday, October 14, 2024
1 change · master
Resolved issues and error corrections
Recruitment users can now refuse an application without encountering an error. The fix removes an outdated field reference left after an earlier model change, improving reliability in the referral recruitment flow.
Original PR description
Steps: - Install hr_referral, hr_contract_salary - click on refuse button in application form Description of the issue/feature this PR addresses: In the recruitment module, clicking the refuse button on an application results in a traceback error. Cause The issue arises due to the name field, which was removed from the hr_applicant model (as per https://github.com/odoo/odoo/pull/173288). The system still attempts to retrieve this field, causing the error. Fix: This PR resolves the issue by removing the unnecessary name field from the applicant model task-4195716