Daily updates from Odoo
Thursday, January 22, 2026
6 changes
3 changes
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.
This update adds a comprehensive list of VAT exemption reason codes (VATEX) to the Odoo system. Previously, the available codes were limited, which could cause issues with accurate VAT reporting. This change ensures compliance with EN16931 standards and improves the system's ability to handle various VAT exemption scenarios.
Original PR description
The list is there but not exhaustive. Make the exhaustive list of VAT exemption reason codes (VATEX) available. task-5443294 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#244555
1 change
Enhancements to existing features
This update enhances the user experience by adding a cursor pointer to the headers of statement summaries within the accounting module. This allows users to easily navigate and explore their financial data more efficiently. It's a simple change designed to improve usability.
Original PR description
This improves the user experience by indicating that the headers are clickable. No task ID Forward-Port-Of: odoo/enterprise#105023
1 change
Enhancements to existing features
This update adds a comprehensive list of VAT exemption reason codes (VATEX) to the account_edi_ubl_cii_tax_extension module. Previously, the available codes were incomplete, which could lead to inaccuracies in VAT reporting. This enhancement ensures compliance with VAT regulations and improves the accuracy of financial data.
Original PR description
The list is there but not exhaustive. Make the exhaustive list of VAT exemption reason codes (VATEX) available. task-5443294 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#244552
1 change
Enhancements to existing features
This update enhances the visual layout of the Frontdesk station Kanban view across both desktop and mobile devices. The changes improve the user experience and organization of Frontdesk stations, making it easier for staff to manage tasks and appointments.
Original PR description
this commit enhances the kanban view of frontdesk stations by improving the layout in desktop and mobile views. task-5391492