Tuesday, July 2, 2024
3 changes · saas-17.3
Resolved issues and error corrections
This update brings the spreadsheet component up to the latest version for this Odoo release. It improves Excel file compatibility, prevents accidental sheet movement while renaming, and removes an outdated pivot grouping option for more consistent spreadsheet behavior.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/c570df399 [REL] 17.3.7 Task: 0 https://github.com/odoo/o-spreadsheet/commit/4fc72ef6c [FIX] XLSX: Update the list of…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/c570df399 [REL] 17.3.7 Task: 0 https://github.com/odoo/o-spreadsheet/commit/4fc72ef6c [FIX] XLSX: Update the list of 'future' functions of Excel Task: 4017114 https://github.com/odoo/o-spreadsheet/commit/979c0b118 [REL] 17.3.6 Task: 0 https://github.com/odoo/o-spreadsheet/commit/98a43d6e7 [FIX] BottomBarSheet: Prevent drag of sheet while editing its name Task: 4010842 https://github.com/odoo/o-spreadsheet/commit/748d7a49b [REM] pivot: remove granularity year_number Task: 3899604 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>
This update brings Odoo’s spreadsheet component up to the latest version for this release. It fixes an issue where renaming a sheet could accidentally trigger dragging, and removes an outdated pivot date grouping option to keep spreadsheet reporting behavior consistent.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/979c0b118 [REL] 17.3.6 Task: 0 https://github.com/odoo/o-spreadsheet/commit/98a43d6e7 [FIX] BottomBarSheet: Prevent drag of sheet while editing its name Task: 4010842 https://github.com/odoo/o-spreadsheet/commit/748d7a49b [REM] pivot: remove granularity year_number Task: 3899604 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>
Fixes an issue where users could not open Sign template records from the mobile kanban view. This restores expected mobile access to templates, reducing friction for users working from phones or narrow screens.
Original PR description
Versions: ------------ saas-17.1 Steps to reproduce: ------------------- 1. Go to the Sign module. 2. Switch to mobile view in the Sign template. 3. Click on a record; it won't open. Issue: ------- Sign template records do not open in mobile view. Cause: ------ During old static declaration refactor PR: https://github.com/odoo/odoo/pull/142276 they forget to adapt Sign kanban renderer part which is why SignKanbanRecord does not call from SignKanbanRenderer. Solution: --------- Remove SignKanbanRecord which contains logic for not letting open record in mobile view. task-3978310