Sunday, January 25, 2026
4 changes · master
New functionality added to Odoo
This update introduces a new module for Odoo Enterprise to help Finnish businesses comply with Intrastat reporting requirements. It generates CSV reports of import and export data, allowing for easy submission to Finnish Customs, and includes a wizard for simplified report downloads and submissions.
Original PR description
Added a new module to support Finnish Intrastat compliance by generating CSV declarations compatible with the Finnish Customs service. This Includes: - Export arrivals and dispatches reports in CSV format (bundled in ZIP). - Configure agent VAT for arrivals when filed via an agent. - Wizard to download and submit periodic Intrastat reports. task-5049047 Forward-Port-Of: odoo/enterprise#95457
This update enhances Odoo's translation system by introducing a caching mechanism. Previously, the system re-translated records unnecessarily. Now, Odoo can efficiently track and reuse previously translated data, leading to faster performance and reduced resource usage. This change prepares Odoo for more flexible translation options.
Original PR description
Add new class StoredTranslations for cache value, which allows ORM to
know if it has already cached all translations for a record.
task-5499441
prepare to support `record.tranlated_field = {'en_US': 'en', 'fr_FR': 'fr'}`
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-prThis update introduces the Caribbean Guilder (XCG) as a new currency option within Odoo. It's specifically designated as the default currency for Curaçao and Sint Maarten, expanding Odoo's currency support to include these regions. This change allows users to accurately track financial transactions in these local currencies.
Original PR description
Introduce the Caribbean Guilder (XCG) as an available currency and set it as the default currency for Curaçao and Sint Maarten. Related PR-https://github.com/odoo/enterprise/pull/104404 taskID-5490423 Forward-Port-Of: odoo/odoo#243955
This update introduces support for the Caribbean Guilder (XCG) as a new currency option within Odoo Enterprise. It's now the default currency for Curaçao and Sint Maarten, aligning our financial data with local requirements. This change improves reporting accuracy for businesses operating in these regions.
Original PR description
Align enterprise currency data with the community with addition of new currency XCG. Related PR-https://github.com/odoo/odoo/pull/243955 taskID-5490423 Forward-Port-Of: odoo/enterprise#104404