Tuesday, March 5, 2024
3 changes · master
Enhancements to existing features
This update removes unnecessary internal processing in the Chilean electronic invoicing module. It keeps the same business behavior while making the code simpler and easier to maintain.
Original PR description
Remove unnecessary recordset wrap in set
Recruitment forms now limit referral user options to people connected to the relevant company. This helps recruiters choose appropriate referrals and reduces mistakes in multi-company environments.
Original PR description
This commit adds an additional constraint to the referral user in the form view of the hr.applicant model of recruitment. The purpose of this is to have access to only the referrals that are related to the company domain of the user. task-3744170
The salary contract demo data now shows an employee going through recruitment, receiving an offer, and becoming an employee. This gives business users a more realistic example for testing or demonstrating the hiring and salary package workflow.
Original PR description
After this commit, one employee (abigail peterson) became an employee with the recruitment procedure (applicant to employee with an offer). task : 3596938