Monday, February 9, 2026
2 changes · saas-18.2
Enhancements to existing features
The Türkiye placeholder tax ID has been changed from a real identifier to a dummy value. This reduces the risk of users accidentally submitting transactions with a real tax ID that was only meant as an example.
Original PR description
The previous placeholder used a real tax ID. Replacing it with a dummy prevents users from using it to submit transactions. task-5441218 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#247454 Forward-Port-Of: odoo/odoo#242189
This update adjusts how financial reports (FEC exports) are delivered to users. Previously, files were downloaded in bulk, but now they are streamed directly, improving efficiency and reducing download times. This change ensures a smoother user experience for accessing and utilizing these reports.
Original PR description
This commit aims to update controllers and tests since FEC exported files are now streamed to the user instead of being bulk downloaded. task-5404142 Forward-Port-Of: odoo/enterprise#105716 Forward-Port-Of: odoo/enterprise#102783