Thursday, December 19, 2024
3 changes · saas-17.2
Resolved issues and error corrections
Email campaign reports now exclude messages that failed because of a sending error from the bounce-rate calculation. This makes bounce-rate metrics more accurate by counting only emails where delivery was actually attempted and rejected by the recipient server.
Original PR description
Currently, mailing traces that have error'd due to an exception during sending still count as 'sent' for the purposes of calculating email bounce rates. This makes it so that error'd email traces (those that have encountered an exception during the sending process) no longer count as sent for the purposes of calculating email bounce rates (the rate of emails whose delivery was attempted, but were rejected by the destination email server. task-4380451
This fixes an issue where some pop-up panels could stay open if a user clicked away while their content was still loading. Users now get more predictable behavior, reducing small interface frustrations in Odoo.
Original PR description
Currently, ff a popover uses a component that needs to load data, click away before the component is mounted will not make the popover close. Here we fix that by adding the listeners at setup (and removing them at destroy).
This update brings the spreadsheet component to a newer version with several fixes that improve reliability and data preservation. Users should see fewer crashes and better handling of spreadsheet formatting when importing or exporting XLSX files, including spaces and line breaks.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/9a9ae3134 [REL] 17.2.30 Task: 0 https://github.com/odoo/o-spreadsheet/commit/c8020b715 [FIX] sheet view: DELETE_SHEET…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/9a9ae3134 [REL] 17.2.30 Task: 0 https://github.com/odoo/o-spreadsheet/commit/c8020b715 [FIX] sheet view: DELETE_SHEET in initial revisions Task: 4405573 https://github.com/odoo/o-spreadsheet/commit/1dab70257 [FIX] cell: keep non-breaking spaces Task: 4403607 https://github.com/odoo/o-spreadsheet/commit/0fcf7b771 [FIX] xlsx: preserve leading whitespace at export Task: 4044862 https://github.com/odoo/o-spreadsheet/commit/7ebc18d82 [FIX] xlsx: import new lines in sharedStrings Task: 4044862 https://github.com/odoo/o-spreadsheet/commit/fbae6dfea [FIX] figure: crash on deleting dragged figure Task: 4329240 https://github.com/odoo/o-spreadsheet/commit/1bac83369 [FIX] composer: topbar composer z-index Task: 4246966 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>