Saturday, December 6, 2025
5 changes
2 changes
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
1 change
Resolved issues and error corrections
This update resolves an issue where the server logging system was experiencing excessive queue buildup. 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 performance bottlenecks.
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
1 change
Resolved issues and error corrections
This update resolves a bug that prevented users from correctly navigating tax returns on mobile devices. The fix ensures the correct class is applied, allowing users to seamlessly return to the tax returns view after viewing a specific return. This improves the user experience for mobile users.
Original PR description
To reproduce the error : Occurring in 19.0 and maybe before Open the tax returns view on mobile view Click on a return Click on the arrow to go back to the returns view Fix : The class was not there so the props was getting a null. Solution : Added the class to be selected correctly task: 5334639 Forward-Port-Of: odoo/enterprise#101079
1 change
Resolved issues and error corrections
This update resolves an issue where the automatic PEPPOL endpoint field in Belgian company registrations (containing characters like dots) was incorrectly filling in. The fix adds specific valid characters for EAS, ensuring accurate PEPPOL endpoint generation and preventing errors related to Belgian VAT identifiers.
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