Wednesday, January 15, 2025
3 changes · saas-18.1
Resolved issues and error corrections
This update refreshes Odoo's spreadsheet component with fixes for charts, pivot tables, Excel import/export, formatting, and performance. Business users should see fewer display issues, better handling of spreadsheet files, and more reliable chart and pivot interactions.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/d0fa5de3d [REL] 18.1.1 Task: 0 https://github.com/odoo/o-spreadsheet/commit/3989a9226 [FIX] borders: fix border on…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/d0fa5de3d [REL] 18.1.1 Task: 0 https://github.com/odoo/o-spreadsheet/commit/3989a9226 [FIX] borders: fix border on column/row deletion Task: 4089281 https://github.com/odoo/o-spreadsheet/commit/93c32a1f4 [IMP] functions: add VALUE function Task: 4373019 https://github.com/odoo/o-spreadsheet/commit/afb3737f8 [FIX] charts: Account for correct locale when filtering empty datasets Task: 4465324 https://github.com/odoo/o-spreadsheet/commit/bfaeffa36 [FIX] pivot: notify only with static formulas Task: 4453844 https://github.com/odoo/o-spreadsheet/commit/453ea4bd9 [FIX] spreadsheet: avoid parasitic renders Task: 4373054 https://github.com/odoo/o-spreadsheet/commit/7b120ef35 [IMP] model: create snapshot when loading xlsx file Task: 4080514 https://github.com/odoo/o-spreadsheet/commit/dbe130468 [FIX] Package: update owl to 2.5.1 Task: 0 https://github.com/odoo/o-spreadsheet/commit/80c784083 [FIX] chart: fix trend line axis alignment Task: 0 https://github.com/odoo/o-spreadsheet/commit/92b29c1da [FIX] xlsx: ignore charts without data set Task: 4460515 https://github.com/odoo/o-spreadsheet/commit/0b78315a8 [FIX] chart: fix misalignment with trend line axis Task: 4251695 https://github.com/odoo/o-spreadsheet/commit/4cf2a608d [FIX] pivot: ensure correct format status in menu Task: 4373606 https://github.com/odoo/o-spreadsheet/commit/206826a2d [FIX] pivot: mouse events do not work in pivot text input Task: 4350439 https://github.com/odoo/o-spreadsheet/commit/8fcd63b73 [FIX] xlsx: preserve leading whitespace at export Task: 4044862 https://github.com/odoo/o-spreadsheet/commit/207b1c42d [FIX] xlsx: import new lines in sharedStrings Task: 4044862 https://github.com/odoo/o-spreadsheet/commit/a071ee0f5 [FIX] charts: translate gauge chart titles Task: 4421055 https://github.com/odoo/o-spreadsheet/commit/d2de6798d [FIX] charts: disable waterfall legend onClick Task: 4413802 https://github.com/odoo/o-spreadsheet/commit/f8d83530b [FIX] index: export isNumber/isDateTime helper Task: 0 https://github.com/odoo/o-spreadsheet/commit/8a217288b [FIX] pivot: prevent duplicating pivot in error Task: 4361353 https://github.com/odoo/o-spreadsheet/commit/948abaa5d [FIX] chart: trend line tooltip for scatter/line charts Task: 4279972 https://github.com/odoo/o-spreadsheet/commit/8688f938e [FIX] bottom_bar: ensure active sheet is scrolled into view Task: 4377840 https://github.com/odoo/o-spreadsheet/commit/089ee4f48 [IMP] data: bump version to 25 Task: 0 https://github.com/odoo/o-spreadsheet/commit/c520e896c [REL] version 18.1.0 https://github.com/odoo/o-spreadsheet/commit/f0077151b [FIX] custom currency: panel on very long currency code Task: 4402647 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>
The Documents details panel now saves changes made while previewing a document and correctly displays folder contact information. It also fixes an incorrect folder placeholder and restores tag creation from the panel, reducing confusion and preventing lost edits.
Original PR description
The details panel was incorrectly showing "Shared With Me" instead of "Company". Missing in 9510ae62 or 0f481b67 (forward ports of 23fb26ae), merged so close together on a Christmas and Freeze Eve. Task-4293838 Task-4266789
This fixes how table names are calculated for restaurant preparation displays. Staff can now see the correct table information when preparing orders, reducing confusion and helping orders reach the right guests.
Original PR description
Fix preparation display table name computation.