Monday, February 10, 2025
2 changes · saas-17.4
Resolved issues and error corrections
This update refreshes the spreadsheet component to the latest version for Odoo 17.4. It improves spreadsheet performance and fixes drag-and-drop behavior in pivot table configuration, making spreadsheet work smoother and more reliable for users.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/667f2b169 [REL] 17.4.22 Task: 0 https://github.com/odoo/o-spreadsheet/commit/775a6e5c0 [IMP] perfs: improve…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/667f2b169 [REL] 17.4.22 Task: 0 https://github.com/odoo/o-spreadsheet/commit/775a6e5c0 [IMP] perfs: improve performance of `includesAll` Task: 4548168 https://github.com/odoo/o-spreadsheet/commit/9ad0d7f3d [FIX] pivot_side_panel: drag and drop of dimensions Task: 3817565 https://github.com/odoo/o-spreadsheet/commit/9ca83dc4a [FIX] drag_and_drop_hook: Rename 'containerEl' to 'scrollableContainerEl' Task: 3817565 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: Florian Damhaut (flda) <flda@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>
This fixes an issue where users could not properly scroll the pivot side panel while dragging dimensions in spreadsheets. It makes reorganizing pivot information smoother when many dimensions are available.