Daily updates from Odoo
Wednesday, July 15, 2026
4 changes
1 change
Features or functions removed from Odoo
This update rolls back a previous change to Belgium payroll mobility budget calculations in this branch. The change is being kept out of this release line so key users can pre-test it first in the main development version.
Original PR description
This reverts commit [692ecf81fe97d86d2f3196456dbb57ced90fe83c.](https://github.com/odoo/enterprise/pull/109845) Mobility budget should be done in master only to allow pre-testing by key users Task-6389002 Forward-Port-Of: odoo/enterprise#124283
1 change
Features or functions removed from Odoo
This pull request reverses a recent change to Belgian salary contract mobility budget calculations. The update is being held back from this version so key users can validate it first in the main development version before it reaches this release line.
Original PR description
This reverts commit [692ecf81fe97d86d2f3196456dbb57ced90fe83c.](https://github.com/odoo/enterprise/pull/109845) Mobility budget should be done in master only to allow pre-testing by key users Task-6389002
2 changes
Features or functions removed from Odoo
Odoo is removing an obsolete report setting that is no longer used to generate QWeb reports. Reports now rely on the existing report name setting, reducing redundant configuration with no expected change to normal reporting behavior.
Original PR description
The `report_file` field on `ir.actions.report` is no longer used by the QWeb reporting engine. QWeb reports rely on `report_name` to locate and render the template. This commit removes this redundant field from report actions. Community PR:- https://github.com/odoo/odoo/pull/275521 Upgrade PR:- https://github.com/odoo/upgrade/pull/10750
Belgian payroll calculations are updated so employees in Brussels no longer receive the elderly worker reduction starting in Q3 2026. This keeps payroll results aligned with the regional rule change and updates validation tests accordingly.
Original PR description
removed the reduction for everyone in BXL starting Q3 2026 and adapted the tests task - 6331080 Forward-Port-Of: odoo/enterprise#123921