Friday, August 21, 2026
2 changes · saas-19.2
New functionality added to Odoo
Polish companies can now prepare a dedicated VAT-UE report instead of relying on the generic EC Sales List. The report covers relevant EU sales, purchases, services, triangular transactions, and provides an XML export aligned with the official Polish structure.
Original PR description
Description of the issue this commit addresses: Polish companies only have the generic EC Sales List without purchase transactions or an XML export matching the official VAT-UE structure. --- Desired behavior after this commit is merged: This commit adds a Polish VAT-UE report covering intra-Community supplies, acquisitions, services, triangular transactions, and the official XML export. --- task-6368808 Forward-Port-Of: odoo/enterprise#127083
Resolved issues and error corrections
This fix reduces slow screen rendering caused by repeated resizing calculations in product-related fields. Sales order views with many order lines should load and respond much faster, improving usability for users working with large orders.
Original PR description
this is more like an experiment, to see if batching read and dom updates would help. this commit changes loading a SO view from 19.8s to 2.6s, so it looks like it helps 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