Thursday, January 22, 2026
2 changes · saas-19.1
Enhancements to existing features
This update organizes UBL test files for better compatibility with future move formats and improved schema validation. The change improves the structure of the test files, streamlining development and testing efforts related to UBL invoice processing. This supports ongoing improvements to our invoicing capabilities.
Original PR description
This commit rearranges the UBL test files' subfolder to be one level higher, from `export/bis3/be` to `export/bis3/invoice/be`, in preparation for supporting different move formats and for better ignore schema support. task-4891206 Forward-Port-Of: odoo/odoo#244886 Forward-Port-Of: odoo/odoo#244665
This update enhances the reliability of IoT Box connections by directly using IP addresses instead of domain names. This change, enabled when 'LNA' is active, prevents potential issues caused by DNS resolution delays. It ensures smoother data transmission from IoT devices to the Odoo system.
Original PR description
In order to avoid DNS resolution issues, we now parse the domain to get the IP of the IoT Box if LNA is enabled.