Tuesday, July 2, 2024
2 changes · saas-17.1
Resolved issues and error corrections
This update refreshes the spreadsheet component and fixes issues affecting sheet handling and translations. Users should see more reliable spreadsheet behavior, especially when renaming sheets, with no major workflow changes expected.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/d15aaf32c [REL] 17.1.20 Task: 0 https://github.com/odoo/o-spreadsheet/commit/195f429bf [FIX] BottomBarSheet: Prevent drag of sheet while editing its name Task: 4010842 https://github.com/odoo/o-spreadsheet/commit/58b8571d4 [FIX] model: mark default translations as loaded Task: 3999116 https://github.com/odoo/o-spreadsheet/commit/74977c768 [IMP] documentation: improve commands documentation Task: 3989757 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 fix makes the project to-do task activity test tour more stable across different time zones. It helps prevent false test failures, supporting smoother releases without changing end-user functionality.
Original PR description
Here the error was due to timezone differences, so a frozentime wouldn't act indifferent irrespective of timezone. Also the isCheck is required in tour because a default run function is generated for every tour step for the specific I changed it is click. It is currently not affecting the tour because the tour is run with no delay. task-4004285