Daily updates from Odoo
Thursday, June 4, 2026
4 changes
1 change
New functionality added to Odoo
This update adds test data related to a new payment method, 'pos_iot_six,' to the Odoo configuration tests. This ensures that the system can properly handle this payment option during testing and development, supporting future integration and validation.
Original PR description
Adding pos iot six payment method to the test data of the pos_config. Related to Odoo pr https://github.com/odoo/odoo/pull/262184 Forward-Port-Of: odoo/enterprise#118531
2 changes
New functionality added to Odoo
This update integrates official worker ONSS statuses into the Odoo Enterprise Belgian localization. This collaboration with Partena ensures accurate payroll processing by aligning with Belgian labor regulations and improving data consistency.
Original PR description
As part of the payroll collaboration with Partena, official worker ONSS statuses needed to be added to the belgian localization. Task: 6174501
This update adds test data related to a new payment method, 'pos_iot_six,' to the Odoo configuration tests. This ensures that the system can properly handle and test this new payment option during development and quality assurance. It supports the ongoing development of the Odoo Enterprise platform.
Original PR description
Adding pos iot six payment method to the test data of the pos_config. Related to Odoo pr https://github.com/odoo/odoo/pull/262184 Forward-Port-Of: odoo/enterprise#118865 Forward-Port-Of: odoo/enterprise#118531
1 change
New functionality added to Odoo
This update expands Odoo's SII (Societat Impostaria Informàtica) functionality to include support for the Hacienda Foral de Navarra tax agency. It addresses a specific requirement for Navarra businesses to use a different endpoint and XML namespace declarations when submitting invoices, ensuring compliance with local regulations. This addition allows companies to accurately report SII data to the Navarra tax authority.
Original PR description
The Hacienda Foral de Navarra uses the same SII XML format as AEAT but sends invoices to a different endpoint. Additionally, Navarra requires explicit XML namespace declarations in the SOAP envelope header, which the standard zeep serializer does not include by default. This adds the Navarra tax agency as a new option in the company SII configuration, defines its production and test endpoints, and injects the required namespaces in the request header when the Navarra agency is selected. task-5946583 I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr