Wednesday, October 22, 2025
2 changes · saas-18.3
Enhancements to existing features
Finnish accounting reports now include an export file for tax reporting, helping customers prepare submissions for the Finnish tax administration. The update also improves report export testing so the correct export options are used consistently.
Original PR description
The aim of this commit is adding the tax report export file to allow our customers to send their tax reports to their administration. task-5135868 Forward-Port-Of: odoo/enterprise#97799 Forward-Port-Of: odoo/enterprise#96256
Belgian contacts are now checked on the Peppol network using the two most common identifiers, improving the chance of correctly finding business partners. The update also removes outdated warning messages because the preferred Belgian identifier is now handled automatically during Peppol registration.
Original PR description
1. For belgian partner, we now check for 0208 and 9925 which are the two most used EAS when looking for partner existence on the Peppol network. 2. Remove the warnings about the recommended EAS: 0208 is now the mandatory EAS, this will be handled directly on IAP where the Peppol Access Point will try to register 0208 in all cases with an alias system. Note that we have always computed 0208 as recommended value in registration process. task-4852903 Forward-Port-Of: odoo/odoo#230089 Forward-Port-Of: odoo/odoo#227431