Daily updates from Odoo
Monday, September 22, 2025
2 changes · 17.0
Enhancements to existing features
The Turkish Nilvera e-invoice integration now includes automated tests to help confirm that invoice processing continues to work as expected. This reduces the risk of future changes causing unnoticed issues in Turkish electronic invoicing workflows.
Original PR description
There are no tests for the Turkish e-invoice module. This commit adds that. Task ID: 4655864
Belgian partners are now checked using the two most common Peppol identifier types, improving the chance of finding them on the network. Related guidance warnings were removed because the preferred identifier is now handled automatically during 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