Thursday, July 11, 2024
3 changes · saas-17.3
Resolved issues and error corrections
This update refreshes the spreadsheet engine with fixes that make charts cleaner, formulas more accurate, and large spreadsheets faster to use. Business users should see fewer calculation issues and smoother spreadsheet interactions, especially with charts and larger datasets.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/2346a16bf [REL] 17.3.9 Task: 0 https://github.com/odoo/o-spreadsheet/commit/5eb4e8853 [FIX] charts: truncate labels by…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/2346a16bf [REL] 17.3.9 Task: 0 https://github.com/odoo/o-spreadsheet/commit/5eb4e8853 [FIX] charts: truncate labels by default Task: 3958962 https://github.com/odoo/o-spreadsheet/commit/de5c95be5 [FIX] data: update version to 17 https://github.com/odoo/o-spreadsheet/commit/18121efc1 [FIX] data: update version to 17 Task: 0 https://github.com/odoo/o-spreadsheet/commit/4c0626b90 [PERF] evaluation: don't evaluate needlessly Task: 4036899 https://github.com/odoo/o-spreadsheet/commit/2f1975168 [PERF] evaluation: invalidate spreading in batch Task: 4036899 https://github.com/odoo/o-spreadsheet/commit/893139487 [IMP] demo: add large demo data set for array formulas Task: 4036899 https://github.com/odoo/o-spreadsheet/commit/63f3c3871 [FIX] functions: "*" doesn't match empty string Task: 4023057 https://github.com/odoo/o-spreadsheet/commit/cf0e82dba [FIX] functions: match empty cells Task: 4023057 https://github.com/odoo/o-spreadsheet/commit/fce65e166 [REV] chart: avoid useless chart updates Task: 4029016 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>
Administrators will no longer be blocked by non-critical view validation errors when adjusting groups, access rights, or running migrations. Instead, Odoo shows a warning in the interface when a view may not work for some users, making the issue easier to understand without stopping valid administrative work.
Original PR description
View validation has been improved to take into account groups and access rights (during create and write). see: https://github.com/odoo/odoo/commit/6f06420e4a9443c52dc0cb427f8f55eb4aecabce Issue:…
View validation has been improved to take into account groups and access rights (during create and write). see: https://github.com/odoo/odoo/commit/6f06420e4a9443c52dc0cb427f8f55eb4aecabce Issue: When an administrator modifies the involvement of groups, access rights or during migration, certain views trigger errors (because there are inconsistencies and the view will not work for certain users). This error is triggered when modifying views and not when modifying groups. Furthermore, errors can be complicated to understand (for example a person activating a view ends up with the group inconsistency error). From this commit, non-critical errors (the view can be used for some users) no longer trigger an error but trigger a warning, this warning is also displayed in the interface. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The self-ordering point of sale splash screen has been fixed so it appears as expected for customers. This helps provide a smoother and more consistent ordering experience when users start self-service ordering.
Original PR description
In this commit: ================ splash scrren will now work properly. task - 4031913