Sunday, April 19, 2026
2 changes · saas-18.3
Resolved issues and error corrections
This change corrects a spelling mistake in a warning related to database constraints. It does not change how the product works, but it makes the message clearer and more professional for users and developers reviewing logs.
Original PR description
In this commit: --------------- - Corrected a typo in the SQL constraint warning message, updated `model.Constraint` to `models.constraint`. Forward-Port-Of: odoo/odoo#259867
The Dutch ICP report now uses the same rounding-down rule as the exported figures. This keeps the reported amounts aligned with what users send to the tax authority and avoids confusing mismatches.
Original PR description
Description of the issue this commit addresses: The Dutch tax authority lets ICP amounts be rounded down which is the behavior of the exports but not of the report itself meaning the values to not match and is quite confusing. --- Desired habevior after this commit is merged: The integer rounding DOWN is added on the ICP report to restore matching values --- task-6065382 Forward-Port-Of: odoo/enterprise#112953