Daily updates from Odoo
Tuesday, February 3, 2026
3 changes · master
New functionality added to Odoo
This update adds sample data for the Swiss HR Payroll Localization, enabling easier testing and demonstration of the payroll functionality. The data includes a company setup, employee details, and a year's worth of payslips, providing a realistic scenario for evaluation.
Original PR description
This commit adds demo data for the Swiss HR Payroll Localization to facilitate testing and demonstration of Swiss payroll. The demo data includes the company setup, employee with relevant details, and 1 year of payslip history for that employee. Task: 5870506 Forward-Port-Of: odoo/enterprise#105872
This update adds support for Australian BAS (Business Activity Statement) tax returns within Odoo Enterprise. It includes new report templates and sets the most commonly used tax type as active by default, streamlining the process for Australian businesses to file their BAS returns. This ensures compliance with Australian tax regulations.
Original PR description
Add new BAS tax return types for Australia Task-5416381 CE master PR: https://github.com/odoo/odoo/pull/242733 Documentation PR: https://github.com/odoo/documentation/pull/15933
This update extends the EC Sales List and Intrastat reporting capabilities to support key European markets, including Austria, Germany, Italy, Poland, Portugal, and The Netherlands. It adds specific deadlines and reporting periods for these countries, aligning with local regulations and improving compliance for businesses operating within the EU.
Original PR description
Following the implementation of the Tax returns feature in 18.3 which was focused on the general implementation and Belgium, we want to add the specification for other country and in this case Austria, Germany, The Netherlands, Italy, Poland, and Portugal. Adding EC sales list, Intrastat specific deadlines and periodicities. task-4776236 Forward-Port-Of: odoo/enterprise#97615