Wednesday, January 15, 2025
4 changes · saas-17.4
Resolved issues and error corrections
This change reverts behavior that used the email entered in website forms to automatically select a customer or contact for generated tasks and related records. It avoids incorrect assignments and side effects across other website form uses, keeping notifications simpler and safer.
Original PR description
_* = website_crm, website_project, website_hr_recruitment - This commit reverts [#128964 ](https://github.com/odoo/odoo/pull/128964)because the feature has been made in generic instead of doing it in project and helpdesk which is caused some issues in other models using website form feature. Also, the feature adds more complexity to just add a warning in the task description and in a message linked to the task generated to notify the user the task has been generated from an external submission (when the email set in the website form is not the one set on the user who submits the form) since the feature used the email set to search the partner to set on the task. task-4295363 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Splitting a restaurant order now keeps preparation changes with the correct order. This prevents kitchen or preparation updates from being lost or incorrectly applied to the original order, helping staff manage split bills more reliably.
Original PR description
Before this commit, when splitting an order, the preparation changes were not correctly applied to the new order and modified on the original one. This commit fix the issue.
This update brings Odoo Spreadsheet up to the latest 17.4 version with fixes for spreadsheet display, collaboration events, Excel import/export, and chart handling. Users should see more reliable spreadsheets, better Excel file compatibility, correctly translated gauge chart titles, and fewer unnecessary screen refreshes.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/9e0f399eb [REL] 17.4.18 Task: 0 https://github.com/odoo/o-spreadsheet/commit/bab32998e [REV] collaborative: always…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/9e0f399eb [REL] 17.4.18 Task: 0 https://github.com/odoo/o-spreadsheet/commit/bab32998e [REV] collaborative: always trigger collaborative event received Task: 0 https://github.com/odoo/o-spreadsheet/commit/fd2a7abc6 [REL] 17.4.17 Task: 0 https://github.com/odoo/o-spreadsheet/commit/786c545e4 [FIX] borders: fix border on column/row deletion Task: 4089281 https://github.com/odoo/o-spreadsheet/commit/05706d48f [IMP] functions: add VALUE function Task: 4373019 https://github.com/odoo/o-spreadsheet/commit/20bae6b47 [FIX] Package: update owl to 2.5.1 Task: 0 https://github.com/odoo/o-spreadsheet/commit/558a37892 [FIX] xlsx: ignore charts without data set Task: 4460515 https://github.com/odoo/o-spreadsheet/commit/cb63a66c2 [FIX] spreadsheet: avoid parasitic renders Task: 4373054 https://github.com/odoo/o-spreadsheet/commit/752a02078 [FIX] charts: translate gauge chart titles Task: 4421055 https://github.com/odoo/o-spreadsheet/commit/ab456e6a3 [FIX] index: export isNumber/isDateTime helper Task: 0 https://github.com/odoo/o-spreadsheet/commit/443f9f7a2 [FIX] bottom_bar: ensure active sheet is scrolled into view Task: 4377840 https://github.com/odoo/o-spreadsheet/commit/cad0d9d2e [FIX] xlsx: preserve leading whitespace at export Task: 4044862 https://github.com/odoo/o-spreadsheet/commit/1f2714533 [FIX] xlsx: import new lines in sharedStrings Task: 4044862 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: Florian Damhaut (flda) <flda@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 refreshes Odoo's spreadsheet engine with fixes that improve reliability, Excel file import/export behavior, and chart handling. Users should see fewer display issues, better preservation of spreadsheet content, improved translations for gauge chart titles, and a new VALUE formula for converting text to numbers.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/fd2a7abc6 [REL] 17.4.17 Task: 0 https://github.com/odoo/o-spreadsheet/commit/786c545e4 [FIX] borders: fix border on…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/fd2a7abc6 [REL] 17.4.17 Task: 0 https://github.com/odoo/o-spreadsheet/commit/786c545e4 [FIX] borders: fix border on column/row deletion Task: 4089281 https://github.com/odoo/o-spreadsheet/commit/05706d48f [IMP] functions: add VALUE function Task: 4373019 https://github.com/odoo/o-spreadsheet/commit/20bae6b47 [FIX] Package: update owl to 2.5.1 Task: 0 https://github.com/odoo/o-spreadsheet/commit/558a37892 [FIX] xlsx: ignore charts without data set Task: 4460515 https://github.com/odoo/o-spreadsheet/commit/cb63a66c2 [FIX] spreadsheet: avoid parasitic renders Task: 4373054 https://github.com/odoo/o-spreadsheet/commit/752a02078 [FIX] charts: translate gauge chart titles Task: 4421055 https://github.com/odoo/o-spreadsheet/commit/ab456e6a3 [FIX] index: export isNumber/isDateTime helper Task: 0 https://github.com/odoo/o-spreadsheet/commit/443f9f7a2 [FIX] bottom_bar: ensure active sheet is scrolled into view Task: 4377840 https://github.com/odoo/o-spreadsheet/commit/cad0d9d2e [FIX] xlsx: preserve leading whitespace at export Task: 4044862 https://github.com/odoo/o-spreadsheet/commit/1f2714533 [FIX] xlsx: import new lines in sharedStrings Task: 4044862 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: Florian Damhaut (flda) <flda@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>