Friday, April 4, 2025
2 changes · saas-18.1
Resolved issues and error corrections
This update refreshes the spreadsheet engine with fixes that make chart interactions more reliable and pivot table feedback clearer. Users should see fewer confusing clicks in dashboard charts, persistent pivot update notices, clearer error highlighting, and some performance improvements when working with spreadsheet content.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/63b2fb7dd [REL] 18.1.14 [Task: 0](https://www.odoo.com/odoo/2328/tasks/0)…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/63b2fb7dd [REL] 18.1.14 [Task: 0](https://www.odoo.com/odoo/2328/tasks/0) https://github.com/odoo/o-spreadsheet/commit/20d58c43f [PERF] tokenize: faster space tokenize [Task: 4684215](https://www.odoo.com/odoo/2328/tasks/4684215) https://github.com/odoo/o-spreadsheet/commit/5ccc57b03 [REF] tokenize: extract new line tokenize [Task: 4684215](https://www.odoo.com/odoo/2328/tasks/4684215) https://github.com/odoo/o-spreadsheet/commit/afcb6db71 [FIX] pivot: make pivot update notification sticky [Task: 4680152](https://www.odoo.com/odoo/2328/tasks/4680152) https://github.com/odoo/o-spreadsheet/commit/d5bc20780 [FIX] charts: create registry for chartJs extensions [Task: 4636147](https://www.odoo.com/odoo/2328/tasks/4636147) https://github.com/odoo/o-spreadsheet/commit/abb40a843 [FIX] pivot: measure input badly colored when in error [Task: 4677359](https://www.odoo.com/odoo/2328/tasks/4677359) 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>
IoT boxes will now make sure Wi-Fi is enabled every time they start up. This prevents connectivity problems after reboot and helps keep devices available without manual intervention.
Original PR description
In addition to the fix in #204331 to unblock Wi-Fi, we additionally need to ensure the Wi-Fi radio is enabled at boot as it is no longer the default. This commit adds the command in `rc.local` so that it is run every boot. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr