Tuesday, August 20, 2024
3 changes · saas-17.4
Resolved issues and error corrections
This update refreshes Odoo’s spreadsheet engine with fixes that make pivot tables, chart imports, formulas, and cell handling more reliable. It also improves performance by delaying spreadsheet export work until it is actually needed, helping users leave spreadsheets more smoothly.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/28579adf5 [REL] 17.4.5 Task: 0 https://github.com/odoo/o-spreadsheet/commit/f9d6c3879 [PERF] model: export lazily when…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/28579adf5 [REL] 17.4.5 Task: 0 https://github.com/odoo/o-spreadsheet/commit/f9d6c3879 [PERF] model: export lazily when leaving Task: 4119536 https://github.com/odoo/o-spreadsheet/commit/22625e873 [FIX] pivot: pivot UI not removed on pivot deletion Task: 4115738 https://github.com/odoo/o-spreadsheet/commit/a516421da [FIX] chart_extractor: Import dataset colors from xlsx Task: 4092106 https://github.com/odoo/o-spreadsheet/commit/4ce633f08 [REF] plugin cell: use a new command "CLEAR_CELLS" Task: 4095732 https://github.com/odoo/o-spreadsheet/commit/39a703579 [FIX] composer: Pivot cell selection non adapted to locale Task: 4104502 https://github.com/odoo/o-spreadsheet/commit/ee5ba9270 [FIX] parser: parsing empty string throws meaningful error Task: 0 https://github.com/odoo/o-spreadsheet/commit/7240857fd [FIX] sheetUi: a spilled cell has no core content Task: 4105162 https://github.com/odoo/o-spreadsheet/commit/4a5660f97 [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>
The restaurant point-of-sale table switcher now routes staff to the parent table when they select a linked table, avoiding confusion during service. The navigation bar also shows the selected table together with its linked child tables, giving staff clearer context for combined seating.
Original PR description
Using the table switcher feature on linked table would lead the user to the table selected instead of the parent of it. This is now changed. This commit also changes the name of the table selected displayed on the navbar. Before we were only showing the name of the parent table, it now displays the name of the table selected and the child tables. task-id: 4087019 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Month 13 date filter in Mexican closing reports is now clearer and easier to use after a previous redesign made it awkward. Users can now choose Month 13 separately from the standard year filter, with the year selection included directly in the Month 13 option.
Original PR description
The display for the Month 13 date filter was kind of ugly after the date filters refactoring. This makes it more useable and pretty to use.