Tuesday, January 6, 2026
2 changes · 19.0
Enhancements to existing features
This update automatically sends email notifications to applicants when a recruiter declines their application, provided a pre-defined email template is available for that refusal reason. This streamlines the recruitment process by ensuring timely communication and improves the applicant experience. It also defaults to using the appropriate email template for each refusal.
Original PR description
In this commit, we make the toggle button "Send Email" enabled by default whenever the refusal reason has an email template, including the reason selected by default in the wizard. TaskID: 5245023 Forward-Port-Of: odoo/odoo#234759
This update enhances the visibility of VAT return status, alerting users immediately when a file is rejected by tax authorities. Previously, errors were only logged in the chatter, making it difficult for users to quickly identify and address issues. Now, return statuses will display color-coded alerts, providing a clear visual indication of any problems.
Original PR description
Many localisations require some returns (mainly: VAT return) to be sent by API to tax authorities. It frequently happens that the file is rejected by the authorities for xyz reasons. In that case, the response is logged in the return chatter but we should make the failure visual so users directly know that an issue occurred. For that, we'll allow the states widget to be colorful. Now localisation can add custom error messages and alert types and the widget will be colored accordingly and the error message will appear on hover. `task: 5365547`