Friday, August 2, 2024
2 changes · saas-17.4
Resolved issues and error corrections
This update refreshes Odoo's spreadsheet engine with fixes for calculations, pivot tables, layout issues, and side panel behavior. It also improves performance for large spreadsheet actions such as border changes, row or column header updates, and import history, helping users work more smoothly with complex spreadsheets.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/40ecd1e2b [REL] 17.4.3 Task: 0 https://github.com/odoo/o-spreadsheet/commit/721051476 [FIX] package: update owl to…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/40ecd1e2b [REL] 17.4.3 Task: 0 https://github.com/odoo/o-spreadsheet/commit/721051476 [FIX] package: update owl to 2.3.0 Task: 0 https://github.com/odoo/o-spreadsheet/commit/8cacee176 [PERF] Borders: Improve bulk border deletion Task: 4084858 https://github.com/odoo/o-spreadsheet/commit/1ff102fdb [PERF] SheetPlugin: Faster header addition/deletion Task: 4084858 https://github.com/odoo/o-spreadsheet/commit/e698a6242 [FIX] functions: COUNTIF count string dates Task: 4077445 https://github.com/odoo/o-spreadsheet/commit/7ed3175a6 [IMP] tests: set correct ES target for jest Task: 0 https://github.com/odoo/o-spreadsheet/commit/440ee42f7 [FIX] evaluation: correctly resets the spreadingRelations Task: 4014088 https://github.com/odoo/o-spreadsheet/commit/5e5388705 [FIX] pivot: fix simplistic style of pivot field in error Task: 4046068 https://github.com/odoo/o-spreadsheet/commit/928872c24 [FIX] tests: remove toLocaleString from test Task: 0 https://github.com/odoo/o-spreadsheet/commit/38685520e [PERF] history: faster history at import Task: 4083517 https://github.com/odoo/o-spreadsheet/commit/af96c11cf [FIX] composer: layout break when composer assistant is opened Task: 4037213 https://github.com/odoo/o-spreadsheet/commit/f2665294e [FIX] side_panel: resize handle on top Task: 4070898 https://github.com/odoo/o-spreadsheet/commit/863131e84 [FIX] pivot: support empty values Task: 4053215 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>
Event agendas are now easier to browse, with more compact session cards and a horizontal scrollbar that remains accessible when content is wider than the screen. Talk listings also now show each session's location, helping attendees find the right room faster.
Original PR description
## Reduce cell height and fix scroll bar This PR optimizes the cell height by moving the bell icon next to the tags and reduces the gap between cells. This PR also allows to have a fixed horizontal…
## Reduce cell height and fix scroll bar This PR optimizes the cell height by moving the bell icon next to the tags and reduces the gap between cells. This PR also allows to have a fixed horizontal scroll bar when an agenda has hidden content. This removes the need to go to the bottom of the agenda to scroll horizontally. ## Add location in track list This PR adds the missing location for each talk in the track list (/track). task-4086340 --- ### Moving the bell icon and reducing the gap | Before | After | |--------|--------| |  |  | ### Fixed scroll bar | Before | After | |--------|--------| |  Horizontal scroll bar not visible |  Fixed horizontal scroll bar | ### Add location in track list | Before | After | |--------|--------| |  |  | --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr