Friday, September 6, 2024
2 changes · saas-17.1
Resolved issues and error corrections
The organizational chart now only shows employees belonging to the company selected in the multi-company switcher. This prevents users from seeing staff from other companies in that view, making company-specific navigation clearer and more appropriate.
Original PR description
In the Org chart view, we can see employees from other companies which is inconvenient In this commit, We will only display the employee from the selected company in the multi-company widget Task-3815744
This update brings the spreadsheet component to a newer version with several fixes for exporting, scrolling, pasting values, and session updates. Users should see more reliable spreadsheet behavior, especially when working with formulas, localized data, and wide sheets.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/8588bf455 [REL] 17.1.30 Task: 0 https://github.com/odoo/o-spreadsheet/commit/3b2956e43 [FIX] XLSX: Export values along…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/8588bf455 [REL] 17.1.30 Task: 0 https://github.com/odoo/o-spreadsheet/commit/3b2956e43 [FIX] XLSX: Export values along the formula string Task: 4141855 https://github.com/odoo/o-spreadsheet/commit/4f6584a5e [FIX] sheetview: Avoid useless cleanViewport Task: 4084860 https://github.com/odoo/o-spreadsheet/commit/16a68d004 [FIX] selection: avoid useless selection anchor assignation Task: 4084860 https://github.com/odoo/o-spreadsheet/commit/7828a4338 [FIX] session: avoid concurrent updates Task: 4080148 https://github.com/odoo/o-spreadsheet/commit/1fce042f6 [FIX] bottom bar: handle horizontal scroll Task: 4129625 https://github.com/odoo/o-spreadsheet/commit/21024845d [FIX] clipboard: Fix paste as value for in localized sheet Task: 4104432 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>