Monday, March 25, 2024
2 changes · saas-17.2
Resolved issues and error corrections
This fixes how the Odoo web app defines its install scope when Odoo is served from a path-based URL. As a result, web push notifications work correctly again for users accessing Odoo in that setup.
Original PR description
Since https://github.com/odoo/odoo/commit/c63d14a0485a553b74a8457aee158384e9ae6d3f , the scope of the pwa was using the legacy mode and break the webpush notification. This commit fix the web push notification with using the right pwa scope task-3820236
This update refreshes the spreadsheet component with fixes that improve formula handling, undo/redo behavior after pasting figures, and menu consistency. It also includes performance improvements for spreadsheet calculations, helping users work more smoothly with larger or more complex sheets.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/f97284ca [REL] 17.2.1 https://github.com/odoo/o-spreadsheet/commit/24b457c7 [FIX] FigureComponent: Undo/Redo broken…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/f97284ca [REL] 17.2.1 https://github.com/odoo/o-spreadsheet/commit/24b457c7 [FIX] FigureComponent: Undo/Redo broken after pasting figure https://github.com/odoo/o-spreadsheet/commit/172e2eda [REM] filters: remove green headers with data filters Task: 3815440 https://github.com/odoo/o-spreadsheet/commit/670773ae [FIX] formula assistant: localize argument separator Task: 3789860 https://github.com/odoo/o-spreadsheet/commit/48947036 [FIX] TopBar: Remove hidden functions from the `insert` menu Task: 3810284 https://github.com/odoo/o-spreadsheet/commit/8ef79bd4 [FIX] Composer: force light mode of the formula assitant Task: 3806513 https://github.com/odoo/o-spreadsheet/commit/01037bc6 [FIX] cf_editor: remove broken css rule Task: 3806513 https://github.com/odoo/o-spreadsheet/commit/e89b8971 [FIX] Spreadsheet: split button style to form/color https://github.com/odoo/o-spreadsheet/commit/3e8c20a5 [IMP] stores: add `resetStores` method https://github.com/odoo/o-spreadsheet/commit/1869c248 [REL] 17.2.0 https://github.com/odoo/o-spreadsheet/commit/0467161e [PERF] evaluation: use custom data structures instead of Map and Set Task: 3802246 https://github.com/odoo/o-spreadsheet/commit/fdff1cfd [FIX] evaluation: accept 1x1 result array in sub-formula