Friday, April 26, 2024
2 changes · saas-17.1
Resolved issues and error corrections
This update brings the spreadsheet component to its latest version with fixes for formula recalculation, row border handling, and data validation suggestions. Users should see more reliable spreadsheet behavior and faster dependency checks when working with spreadsheet data.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/f2ea8c718 [REL] 17.1.13 https://github.com/odoo/o-spreadsheet/commit/47bb1a92a [FIX] evaluator: Prevent incorrect invalidation of spread Task: 3883954 https://github.com/odoo/o-spreadsheet/commit/5a0c154a8 [FIX] borders: wrong borders on remove rows Task: 3884112 https://github.com/odoo/o-spreadsheet/commit/b07b0256f [PERF] evaluation: faster dependencies checking Task: 3874821 https://github.com/odoo/o-spreadsheet/commit/3ff20c92d [IMP] helpers: backport recompute zone https://github.com/odoo/o-spreadsheet/commit/2748b9aa9 [FIX] dataValidation: Display suggestions on dv-icon click Task: 3872312 https://github.com/odoo/o-spreadsheet/commit/d8e1cff0b [FIX] tests: rewrite autocomplete test
The Point of Sale now avoids downloading every product image during initial loading. This reduces unnecessary data transfer and helps stores open PoS sessions faster, especially when many products have images.
Original PR description
Prior to this commit, the PoS unnecessarily loaded product images during data loading, significantly increasing the loading time. This commit modifies the process to only load the image file as a boolean, to load the image only when one exists. opw-3877851 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr