Friday, November 17, 2023
1 change · master
Enhancements to existing features
This update brings the spreadsheet engine up to a newer version with fixes for filters, charts, menus, and find-and-replace behavior. Users should see more reliable spreadsheet editing and faster handling of some formula-related operations, especially in sheets using lists or pivot data.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/2ef5b1a6f [REL] 17.1.0-alpha.3 https://github.com/odoo/o-spreadsheet/commit/fc912f68a [IMP] demo: add demo data for…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/2ef5b1a6f [REL] 17.1.0-alpha.3 https://github.com/odoo/o-spreadsheet/commit/fc912f68a [IMP] demo: add demo data for data validation https://github.com/odoo/o-spreadsheet/commit/86c44d531 [FIX] FiltersPlugin: removing row with data filter header Task: 3546012 https://github.com/odoo/o-spreadsheet/commit/448cf6e8c [FIX] FilterEvaluationPlugin: insert/remove rows on data filter header Task: 3546012 https://github.com/odoo/o-spreadsheet/commit/cfdf65f8a [MOV] tests: fix typo in test file name of context menu https://github.com/odoo/o-spreadsheet/commit/8dbab4a09 [FIX] F&R: Fix css rule https://github.com/odoo/o-spreadsheet/commit/5bd9054c1 [REV] Charts: Do not rely on history for the chartRuntimes Task: 3578417 https://github.com/odoo/o-spreadsheet/commit/a372a4b73 [FIX] Menus: Show Insert col/row menu when full sheet selected Task: 3450188 https://github.com/odoo/o-spreadsheet/commit/d7b4936dd [IMP] evaluation: improve perfs of `getCorrespondingFormulaCell` Task: 3584306 https://github.com/odoo/o-spreadsheet/commit/8f23f7b45 [FIX] cell: update cell tokens and dependencies Task: 3584306 https://github.com/odoo/o-spreadsheet/commit/fccf1fa08 [FIX] find_and_replace: take array formula result into account Task: 3413999 https://github.com/odoo/o-spreadsheet/commit/d3ca1aa2c [REM] sort,selection: remove duplicated code