Monday, August 24, 2026
1 change · saas-19.3
Resolved issues and error corrections
This change improves how product and web form fields resize on screen, avoiding repeated page recalculations that slowed down large sales orders. For users, sales order views with many lines should open and respond much faster, making daily order entry more usable.
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 Forward-Port-Of: odoo/odoo#282788