Daily updates from Odoo
Wednesday, March 4, 2026
3 changes
New functionality added to Odoo
This update introduces support for group insurance contributions at the employee level, aligning with Belgian tax regulations (CP200). It also adds functionality to accurately report employee contributions for zone 2257 (281.10), ensuring correct tax filings and improved reporting accuracy.
Original PR description
Add employee-level group insurance contribution fields (company/employee/voluntary) with configurable unit selection (% or €) in hr.version and hr.employee models. Introduce CP200 salary rules for group insurance (GI.COMP.CONT, GI.EMP.CONT, GI.EMP.VOL) with a dedicated section (seq 300/305). Calculate employer ONSS at 8.86% on company contributions and include it in the ONSS aggregation. Expose group insurance fields in the employee form under the Insurances group with tracking enabled for "To Review" workflow. Add 281.10 support for employee contribution (zone 2257): compute total GI.EMP.CONT across payslips and expose it in both XML and PDF outputs. Update Belcotax-2024.xsd schema with the new f10_2257_employeecontribution field. Fix minor XML indentation inconsistencies in CP200 salary rules. Task Id: 5470141
This update introduces support for Hungarian Intrastat reporting, aligning with specific deadlines and periods required by Hungarian regulations. It allows businesses to accurately file Intrastat data, ensuring compliance with local tax requirements. This functionality builds upon the tax returns feature introduced in Odoo 18.3.
Original PR description
[ADD] l10n_hu_intrastat: Hungarian Intrastat Tax returns feature was introduced in 18.3, this module implement the specific Hungarian periodicities and deadlines for Intrastat. task-4987895
This update allows administrators to add custom fields directly within the Sign Template edition flow via a new sidebar button. These fields can be immediately used and further customized through a wizard form, providing greater flexibility in creating sign requests. This improves the user experience and allows for more tailored sign workflows.
Original PR description
This commits adds the button "Add field", for administrators, in the sidebar of the Sign Template edition flow in order to add custom fields during the edition. The fields can be immediately used after creation and can be customized through a wizard form when clicked. task-5173040