Monday, August 19, 2024
1 change · saas-17.1
Resolved issues and error corrections
This update refreshes Odoo's spreadsheet component with fixes that make formula parsing errors clearer and improve handling of special spreadsheet cells. It also improves performance by delaying export work until users leave the spreadsheet, helping keep interactions smoother.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/9674f1b00 [REL] 17.1.28 Task: 0 https://github.com/odoo/o-spreadsheet/commit/5cea18418 [PERF] model: export lazily…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/9674f1b00 [REL] 17.1.28 Task: 0 https://github.com/odoo/o-spreadsheet/commit/5cea18418 [PERF] model: export lazily when leaving Task: 4119536 https://github.com/odoo/o-spreadsheet/commit/0bea132e4 [REF] plugin cell: use a new command "CLEAR_CELLS" Task: 4095732 https://github.com/odoo/o-spreadsheet/commit/2b57deebe [FIX] parser: parsing empty string throws meaningful error Task: 0 https://github.com/odoo/o-spreadsheet/commit/e1ce85399 [FIX] sheetUi: a spilled cell has no core content Task: 4105162 https://github.com/odoo/o-spreadsheet/commit/61ceaf822 [FIX] package: Fix typo in `module` key Task: 0 Co-authored-by: Anthony Hendrickx (anhe) <anhe@odoo.com> Co-authored-by: Alexis Lacroix (laa) <laa@odoo.com> Co-authored-by: Lucas Lefèvre (lul) <lul@odoo.com> Co-authored-by: Dhrutik Patel (dhrp) <dhrp@odoo.com> Co-authored-by: Adrien Minne (adrm) <adrm@odoo.com> Co-authored-by: Mehdi Rachico (mera) <mera@odoo.com> Co-authored-by: Rémi Rahir (rar) <rar@odoo.com> Co-authored-by: Pierre Rousseau (pro) <pro@odoo.com> Co-authored-by: Vincent Schippefilt (vsc) <vsc@odoo.com>