Friday, August 21, 2026
1 change · saas-19.2
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