Saturday, December 6, 2025
2 changes · saas-18.4
Resolved issues and error corrections
This update resolves an issue where the automatic generation of PEPPOL endpoints for Belgian companies was failing due to invalid characters in the company registry. The fix adds specific validation rules to ensure only valid Belgian VAT identifier characters are used, improving the accuracy of PEPPOL endpoint creation.
Original PR description
When company registry contains characters such as dots (.), automatic fill-up of peppol_endpoint field fails because dots are valid peppol identifier characters, but are clearly not part of belgian VAT identifier. The solution is therefore to add an EAS-specific set of valid characters to prevent this situation no-task Forward-Port-Of: odoo/odoo#238356
This update resolves an issue where the server logger was experiencing excessive logging activity, leading to potential performance slowdowns. The change reverts a recent update that increased the logging frequency, restoring a more stable and efficient logging process. This ensures data is recorded reliably without impacting system performance.
Original PR description
Based on this review of https://github.com/odoo/odoo/pull/238740 this pr reverts the flush interval to 0.5s introduced in https://github.com/odoo/odoo/pull/238648 to avoid queue saturation. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#238912