Daily updates from Odoo
Wednesday, June 10, 2026
4 changes
1 change
New functionality added to Odoo
This update expands Odoo's SII (Société d'Investissements et d'Innovation) functionality to include support for the Hacienda Foral de Navarra tax agency in Spain. It adds a new configuration option to handle the agency's specific invoice formatting and endpoint requirements, ensuring accurate tax reporting for businesses operating in the Navarra region. This improves compliance and supports a wider range of Spanish businesses.
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 Forward-Port-Of: odoo/odoo#268438 Forward-Port-Of: odoo/odoo#263048
2 changes
New functionality added to Odoo
This update adds support for Belgian unemployment benefits within the payroll system. It includes new salary rules and adjusts the departure flow to accurately reflect payments related to economic unemployment, ensuring compliance with local regulations.
Original PR description
-Salary Rules and parameters -Change in departure flow for unemployment Task#5914315
This update introduces a new wizard within the Odoo Enterprise system that guides users through the process of preparing and submitting their VAT returns. The wizard generates the necessary XML files and displays any errors or warnings, allowing users to easily download and submit their VAT returns directly. This simplifies the VAT reporting process and improves accuracy.
Original PR description
- Add a submission wizard providing instructions for users on how to submit the VAT return. - Show XML generation errors and warnings in the wizard. - Allow users to download the XML directly from the wizard. task-5403651
1 change
New functionality added to Odoo
This update introduces new invoice types specifically designed for Jordan's export regulations, including 'transit,' 'foreign trade,' and 'free zone transfer.' It ensures these types are only accessible to registered Jordanian taxpayers, aligning with local tax laws and improving compliance. This change supports smoother international trade operations.
Original PR description
Extend l10n_jo_edi_invoice_type with JoFotara scope codes (3-5): transit (3), foreign trade (4), and free zone transfer (5). Validate that scope codes 3-5 are only available to registered taxpayers. task-4769255 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr