Tuesday, June 11, 2024
2 changes · saas-17.1
Resolved issues and error corrections
This update brings the spreadsheet component up to the latest version for Odoo 17.1. It fixes issues with spreadsheet display sizing, paste handling in the editor, and chart data copying, improving reliability for users working with spreadsheets.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/0e756cedc [REL] 17.1.18 Task: 0 https://github.com/odoo/o-spreadsheet/commit/7b64c9c40 [FIX] spreadsheet: fix…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/0e756cedc [REL] 17.1.18 Task: 0 https://github.com/odoo/o-spreadsheet/commit/7b64c9c40 [FIX] spreadsheet: fix `useSpreadsheetRect` Task: 3965147 https://github.com/odoo/o-spreadsheet/commit/7862a5c82 [FIX] composer: Prevent default paste in composer Task: 3864000 https://github.com/odoo/o-spreadsheet/commit/3aecb39b5 [DOC] update integration minimal setup Task: 3918013 https://github.com/odoo/o-spreadsheet/commit/46d08a08a [FIX] chart: deepCopy support object without prototype Task: 3950324 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>
Restaurant staff can again see accurate timing for upcoming appointments directly under each table. Late arrivals are highlighted in red, while future bookings appear more subtly, helping teams quickly spot delays and prepare service.
Original PR description
In `pos_restaurant`, the user will see the upcoming appointment for each table underneath it. The text should be styled differently based on the situation. Late arrivals should be shown in red; future appointments should be shown with decreased opacity. During the refactoring in bb06fde, a bug was introduced that made the time computation invalid. This commit addresses the issue. Task: 3978801