Thursday, March 5, 2026
8 changes · 19.0
Enhancements to existing features
This update makes the Point of Sale ticket screen easier to customize and extend for future business-specific needs. It also corrects related automated test helpers, reducing the risk of issues when validating ticket screen behavior.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Romanian tax report is renamed from "Tax Report (RO)" to "VAT report D300". This makes the report and tax return label clearer and better aligned with the official Romanian VAT filing name.
Original PR description
Rename the report and the name of the tax return for Romania from Tax Report (RO) to VAT report D300. ent PR: https://github.com/odoo/enterprise/pull/104906 task-5423935 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes the Point of Sale ticket screen easier to customize for related business needs. It also fixes supporting automated test helpers, reducing the risk of issues when validating POS receipt workflows.
Original PR description
See odoo/enterprise#94390
This update reduces the time and noise involved in running several automated test suites by reusing common setup work and suppressing unnecessary test log messages. It helps internal quality checks complete more efficiently without changing customer-facing product behavior.
Original PR description
- move a bunch of expensive setUp to setUpClass - backport #152378 to avoid password keying in 17.0 also Forward-Port-Of: odoo/odoo#251905 Forward-Port-Of: odoo/odoo#250667
This update adjusts the Romanian tax reporting within the Enterprise module to align with recent changes in the Core Enterprise (CE) version. The update removes outdated tax codes and adds new ones, ensuring accurate reporting for Romanian businesses. This ensures compliance and improved financial data accuracy.
Original PR description
Some taxes were no longer needed in CE, so they needed to be removed task-5411745 Forward-Port-Of: odoo/enterprise#109368 Forward-Port-Of: odoo/enterprise#106127
This update streamlines the process of setting up tests for key Odoo modules, specifically related to payroll and timesheet management. By centralizing test setup, the team has improved the efficiency and reliability of our automated testing, leading to faster identification and resolution of potential issues.
Original PR description
Forward-Port-Of: odoo/enterprise#109476 Forward-Port-Of: odoo/enterprise#108739
This update adjusts the salary scale parameters used in the Odoo Enterprise's Belgian payroll module. Specifically, the values for the first year of the salary scale (cp200_salary_scale_first_year) and the overall salary scale (cp200_salary_scale) have been updated to reflect the new minimum wage effective January 1st, 2026. This ensures accurate payroll calculations for Belgian employees.
Original PR description
. Update cp200_salary_scale_first_year values for 01/01/2026 . Update cp200_salary_scale values for 01/01/2026 task-5485636 Forward-Port-Of: odoo/enterprise#107473
This update enhances logging for the Codabox integration within the Odoo Enterprise system. Specifically, it improves the tracking of transactions related to Codabox, providing the support team with more detailed information to quickly diagnose and resolve any potential issues. This will reduce troubleshooting time and improve the overall reliability of the integration.
Original PR description
This commit will improve the logs of _l10n_be_codabox_fetch_coda_transactions to help the support team to debug possible problem. task-5436868 Forward-Port-Of: odoo/enterprise#108213 Forward-Port-Of: odoo/enterprise#107779