Search
Navigate
Branch
Wednesday, June 16, 2021
9 changes
New functionality added to Odoo
Recruitment teams now get a dashboard to review where applicants and hires are coming from, making it easier to compare sourcing channels and focus hiring efforts. The update also improves recruitment-related usability and adds appraisal template information on job forms for better HR context.
Original PR description
Added dashboard view for Report Recruitment Sources
Enhancements to existing features
The appraisal process is streamlined with clearer request flows, updated email communication, department-based templates, and better visibility of feedback, goals, and skills. Managers and employees can collaborate more easily while appraisal permissions are better aligned with real reporting relationships.
Resolved issues and error corrections
Spreadsheet previews in the Documents inspector now display at a size consistent with other selected documents. This makes mixed document selections easier to review and keeps the interface visually balanced.
Original PR description
When a spreadsheet is selected with other documents in the Documents kanban, its inspector preview is too large relative to the other previews. Task 2525866
Miscellaneous changes
Forward-Port-Of: odoo/enterprise#19026
Original PR description
Forward-Port-Of: odoo/enterprise#19026
Approvals can now mark specific approvers as required, either by default on an approval type or individually on a request. This helps businesses enforce that key people must approve important requests before they can move forward.
Original PR description
Adds an option to set approvers as required on the approval type and on the approval request individually. Task ID: 2530140
Belgian payroll now applies the official ceilings used to calculate the portion of salary that may be seized or assigned. This helps employers process wage garnishments in line with Belgian rules and improves accuracy on employee payslips.
Original PR description
Source: https://emploi.belgique.be/fr/themes/remuneration/protection-de-la-remuneration/saisie-et-cession-sur-salaires
Document actions can now better handle files that are already linked to business records. Users can choose to show a warning, duplicate the document, or replace the existing link, reducing errors and improving document workflow flexibility.
Original PR description
For an action with a create_model, you can configure what will happen if the document is already linked to a record. You can display a warning, duplicate the document or overwrite the current link. Corner case with mail (res_model, res_id) : https://drive.google.com/file/d/1r3UdROH6rl9UqBgcQIi-vNk162oFb2mH/view Task-2350288
Job position records now include an Appraisals page where teams can manage feedback templates for both employees and managers. This makes recruitment-related setup more convenient by keeping appraisal information directly available from the job position view.
Original PR description
Adding an Appraisals page in the Job Position view form containing the Feedback Template of the employee and the manager.
**Current behavior** _GIVEN_ a file bla.XML _WHEN_ fetchmail runs _AND_ DTE server field is checked _THEN_ the file is discarded with message -> Attachment bla.XML has been discarded! It is not a xml file or is not a DTE email **Expected behavior** the file is processed Forward-Port-Of: odoo/enterprise#18965 Forward-Port-Of: odoo/enterprise#18702
Original PR description
**Current behavior** _GIVEN_ a file bla.XML _WHEN_ fetchmail runs _AND_ DTE server field is checked _THEN_ the file is discarded with message -> Attachment bla.XML has been discarded! It is not a xml file or is not a DTE email **Expected behavior** the file is processed Forward-Port-Of: odoo/enterprise#18965 Forward-Port-Of: odoo/enterprise#18702