Tuesday, March 31, 2026
7 changes · 19.0
Enhancements to existing features
The website editor now uses distinct names for the standard Map and Google Map blocks. This reduces confusion when both blocks appear in debug mode, helping users choose the right map option more easily.
Original PR description
Before this commit, the "Map" and "Google Map" snippets had the same name in the website editor. Normally, one or the other snippet is disabled depending on whether a Google Maps API key is configured. However, with debug mode enabled, both snippets are shown, which can cause confusion since they both have the same name and look very similar in the blocks sidebar. opw-5933787 Forward-Port-Of: odoo/odoo#250236
Resolved issues and error corrections
The Italian accounting setup now explicitly uses the intended deferred expense and revenue accounts when loading the chart of accounts. This prevents companies from receiving incorrect default accounts, helping ensure more accurate financial configuration from the start.
Original PR description
Italy's chart template did not explicitly define deferred expense and revenue accounts, so deferred accounts fell back to the first `asset_current` and `liability_current` accounts in the chart. That could assign incorrect defaults such as `140100` and `220100`. This patch sets the intended Italian deferred accounts to `190200` and `270200` directly in the template to ensure correct configuration during chart loading. task-6076711
Documentation and clarification updates
This pull request records the corporate contributor agreement for FELDSAM s.r.o., confirming the legal paperwork needed for contributions to Odoo. It is an administrative change and does not affect product features or user workflows.
Original PR description
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an internal test so it uses the current year instead of a hardcoded year. It prevents the test from failing in future years, helping keep release checks stable without changing customer-facing behavior.
Original PR description
## Issue The year used to test sequence ranges was hardcoded to 2025 in https://github.com/odoo/odoo/commit/f7c330d83cc3. The year used to test the sequences is `today.year() - 1`, which works for now since we're in 2026, but will start failing in 2027. runbot-242216
This update resolves a technical issue related to how the suspense line is calculated within the Odoo Enterprise accounting module. The change improved the validation process, preventing errors that could arise from incorrect data types. This ensures data integrity and stability for financial reporting.
Original PR description
This commit: https://github.com/odoo/enterprise/commit/ec7299e39c5b89cea86e4dda34894958c560663e change the way the suspense line is computed, and we expect the suspense line to be an object. But since this commit, the suspense line getter can give False the props validator will fail. no task id
The corporate contributor record for Optesis was updated to replace one listed contributor with another. This keeps Odoo's legal contributor documentation accurate and current, with no impact on product features or users.
Original PR description
Replaced Mame Abdoul Aziz SY with Ibrahima NIASSE EXT in the contributors list. 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 Forward-Port-Of: odoo/odoo#256563
The corporate contributor record for Optesis has been updated to replace one listed contributor with another. This keeps Odoo's contributor and legal acknowledgement records accurate and current.
Original PR description
Replaced Mame Abdoul Aziz SY with Ibrahima NIASSE EXT in the contributors list. 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 Forward-Port-Of: odoo/odoo#256563