Daily updates from Odoo
Wednesday, June 10, 2026
7 changes
1 change
New functionality added to Odoo
This update adds support for the Hacienda Foral de Navarra tax agency within Odoo's SII invoicing system. It adjusts the system to handle the specific XML format and endpoint requirements of this agency, ensuring accurate invoice submissions. This expansion broadens Odoo's compliance capabilities for businesses operating in the Navarra region.
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
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
4 changes
New functionality added to Odoo
This update introduces two new work entry types for Belgium payroll – ‘Public Holiday Working (Without Recovery)’ and ‘Public Holiday Working (To Recover)’. These additions allow for more accurate tracking of employee time worked during public holidays, ensuring compliance with Belgian labor laws and improving payroll reporting.
Original PR description
[IMP] l10n_be_hr_payroll: new public holiday time work entry type I added two new work entry type Public Holiday Working (Without Recovery) and Public Holiday Working (To Recover) task - 6275564
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 an automated system for generating and posting payslips for certain employee types, such as company executives, where payroll data is rarely reviewed by HR. A daily cron action now checks for these types with approaching closing dates and automatically creates and validates payruns, streamlining the payroll process.
Original PR description
For some employee types e.g. company executive, payslips are most of the time always the same and not managed by any HR people (as they can not see the payroll data of company executives), so we need a mechanism to automate the generation of the payslips. This PR adds an option on employee type to automatically post the payslip run when the closing date is reached. It does so through a cron action that runs daily and checks if there are employee types with auto post enabled and a closing date reached, then creates and validates payruns for those employee types. task-6191997
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