Tuesday, June 2, 2026
2 changes · master
Enhancements to existing features
Recruitment users can now assign colors directly on applicant records. This makes it easier to visually organize and distinguish candidates during the hiring process.
Original PR description
This commit adds a color picker field to applicants, allowing users to assign and manage colors directly from the applicant record. Task-6180280
This update aligns the Odoo Enterprise HR Payroll module with recent changes in the community version. Specifically, the 'in_contract' filter has been removed and replaced with two new filters: 'permanent_contract' and 'fixed_term_contract'. This ensures consistent employee data management across all Odoo versions.
Original PR description
This change adapt the filter addition and permissions to reflect the changes done in the community repo, where in_contract flter has been removed and replaced with 2 other filters, permanent_contract and fixed_term_contract. https://github.com/odoo/odoo/pull/254687 task-6040824