Daily updates from Odoo
Friday, November 8, 2024
2 changes · saas-17.2
Resolved issues and error corrections
This fixes website search so businesses can again use tailored result templates for different search types. It restores expected customization behavior, helping websites present search results in the intended format without workarounds.
Original PR description
With commit [1], `qweb.has_template` was replaced with its owl equivalent. Later, commit [2] further refactored this and consequently broke the possibility to use custom templates based on search type for website search. [1]: https://github.com/odoo/odoo/commit/123ba4ffccd6fc3895a18f3503690ba1593e3023 [2]: https://github.com/odoo/odoo/commit/21ecc7400f2211773713781c619f066a5fb37963
The spreadsheet component was updated to a newer version with fixes for handling broken cell references. This improves reliability when opening, parsing, and exporting spreadsheets, especially to Excel files.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/40d42f880 [REL] 17.2.25 Task: 0 https://github.com/odoo/o-spreadsheet/commit/00841949f [FIX] xlsx: convert #REF at export to xlsx Task: 4207052 https://github.com/odoo/o-spreadsheet/commit/f20d87a9a [FIX] parser: inconsistent handling of #REF Task: 4207052 https://github.com/odoo/o-spreadsheet/commit/a36121f66 [FIX] test: skipped test in `renderer_plugin.test.ts` Task: 4276968 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>