Tuesday, August 18, 2026
5 changes · master
Enhancements to existing features
The Dutch reporting module now uses the shared Dutch SBR tax identifier stored on partner records instead of its older company-specific field. This reduces duplicate data entry and keeps Dutch tax reporting aligned with the standard identifier setup.
Original PR description
After adding l10n_nl_sbr_ob_nummer to partner identifiers l10n_nl_reports_sbr_ob_nummer needs to be deleted. - Replacing l10n_nl_reports_sbr_ob_nummer with l10n_nl_sbr_ob_nummer - Removing res company view task: [6349626](https://www.odoo.com/odoo/project/967/tasks/6349626)
Accrual-related settings in accounting reports have been moved to the newer plugin-based approach. This keeps the reporting feature aligned with the platform’s current architecture and helps reduce future maintenance risk without changing the user workflow.
Original PR description
In account reports, accrual context is defined in the env but the env is deprecated. The correct way to do it now is to define a plugin.
Date fields in the Marketing Automation dashboard are now aligned to the left, making them easier to read and consistent with the intended layout. This is a small visual improvement that helps users interpret dashboard information more clearly.
Original PR description
…e fields This commit adapts the alignment of the date fields in the marketing automation dashboard to ensure they are displayed correctly (aligned to left). Task: 6474652
The spreadsheet action button has been renamed from "Insert in spreadsheet" to "Spreadsheet". This makes the interface clearer and more concise for users working with spreadsheet-related views.
Original PR description
This commit renames the old `Insert in spreadsheet` button to `Spreadsheet` to keep it simple. Task: 6477436
Belgian payroll users can now see the monthly taxable benefit amount directly in the tooltip for internet, mobile, laptop, and tablet benefits. This makes it easier to understand what will appear on the payslip without checking payroll rule parameters separately, while keeping amounts aligned with indexed values.
Original PR description
[IMP] l10n_be_hr_payroll: display the BIK amount in the field tooltips
The internet, mobile, mobile_amount, laptop and tablet fields hold what
the subscription or the device actually costs the employer, and feed the
employer cost computation.
What the employee is taxed on is a different, flat monthly amount coming
from the bik_* rule parameters. Nothing in the interface showed it, so
the only way to know what would land on the payslip was to go and open
the rule parameter itself.
That amount is now appended to the tooltip of each of those fields:
The employee's internet subscription will be paid up to this amount.
Benefit in kind: 5.00 € / month.
It is resolved in fields_get instead of being written into the field
definitions, so it keeps following the indexation of the rule parameters.
task-6447748