Monday, August 24, 2026
1 change · saas-19.4
Resolved issues and error corrections
This fix improves how product-related fields resize on screen by grouping browser layout work more efficiently. Large sales orders with many lines should load and respond much faster, reducing waiting time for users.
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