Friday, March 6, 2026
2 changes · saas-19.1
Enhancements to existing features
This update adds optional fields to Peppol invoices, resolving a previous issue where users couldn't send fully compliant invoices. Now, users can utilize a studio interface to include necessary optional attributes, ensuring adherence to Peppol standards and facilitating smoother invoice processing. This enhancement improves integration with Peppol partners.
Original PR description
Currently, several specific UBL fields are lacking from our Peppol integration, resulting in users not being able to send compliant invoices Using studio, they can now add the optional fields that are allowed by us and their optional attributes TODO: Add Test case task-4963157 Forward-Port-Of: odoo/odoo#252080 Forward-Port-Of: odoo/odoo#245242
This update enhances the generation of WPS files for Odoo Enterprise customers in the UAE, focusing on compliance and ease of use. Key changes include stricter data validation, improved bank account linking, and the ability to export WPS reports in Excel format, ensuring accurate 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#107218