Friday, May 30, 2025
2 changes · saas-18.1
Resolved issues and error corrections
This update refreshes the spreadsheet component to the latest version, including a fix for pivot charts that use fields containing both text and numbers. It also improves autocomplete dropdown readability, making spreadsheet work clearer and less error-prone for users.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/a21fa016f [REL] 18.1.23 [Task: 0](https://www.odoo.com/odoo/2328/tasks/0)…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/a21fa016f [REL] 18.1.23 [Task: 0](https://www.odoo.com/odoo/2328/tasks/0) https://github.com/odoo/o-spreadsheet/commit/125fe2ab3 [REV] pivot: chart field with mix of text and numbers [Task: 4800411](https://www.odoo.com/odoo/2328/tasks/4800411) https://github.com/odoo/o-spreadsheet/commit/678574e09 [FIX] autocomplete_dropdown: Improve dropdown readability [Task: 4813433](https://www.odoo.com/odoo/2328/tasks/4813433) 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>
Point of Sale receipts now show only customer-facing notes and no longer include internal order notes. This prevents staff-only information from appearing on customer receipts and keeps printed receipts cleaner and more appropriate.
Original PR description
Before this commit: --------------------- - Internal notes of order were printed on the customer receipt. After this commit: ----------------------------- - Internal notes are no longer printed; only customer notes appear on the receipt. Task:4789682 Related PR - https://github.com/odoo/enterprise/pull/85740