Daily updates from Odoo
Tuesday, March 10, 2026
2 changes · saas-19.2
Enhancements to existing features
This update enhances the time off search feature within Odoo, making it easier for users to find and filter time off requests. A new 'In Contract' filter has been added, and the search results are now grouped by employee, improving organization. The default grouping has also been adjusted to exclude refused time off requests in the overview search view.
Original PR description
Time Off states are grouped under `Status`. Added new filter `In Contract`. Added back groupby by Employee. Added default groupby exclude refused in Time Off < overview search view. task-5941368
This update enhances the generation of WPS files required for AE companies, focusing on compliance and ease of use for users. Key changes include stricter data validation, improved bank account linking, and the ability to export WPS reports in Excel format. This ensures accurate and reliable WPS file creation for payroll reporting.
Original PR description
This commit aims to make the generation of wps files for AE companies more compliant and intuitive for the user, by: - Updating string for l10n_ae_employer_reference field - Domaining the company's salary bank account to accounts that belong to the company - Enabling the export of xlsx wps report - Preventing negative values in EVP section of the wps file - Adding constrains to the employer code as per expected format - Changing the names of allowance inputs - Adding a new category for evp rules - Making sure clearing number is only 9 digits as per expected format task-5884696 Forward-Port-Of: odoo/enterprise#109404 Forward-Port-Of: odoo/enterprise#107218