Friday, November 22, 2024
2 changes · saas-17.4
Resolved issues and error corrections
This update brings the spreadsheet component to the latest maintenance version and fixes several issues affecting formulas, lookup errors, data validation, and read-only collaboration. Users should see fewer crashes and more reliable spreadsheet calculations, especially when using advanced formulas or collaborative views.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/a5e4e1680 [REL] 17.4.13 Task: 0 https://github.com/odoo/o-spreadsheet/commit/2c7d8d008 [FIX] collaborative: don't…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/a5e4e1680 [REL] 17.4.13 Task: 0 https://github.com/odoo/o-spreadsheet/commit/2c7d8d008 [FIX] collaborative: don't snapshot in read-only mode Task: 4344187 https://github.com/odoo/o-spreadsheet/commit/637ae4277 [FIX] functions: Fix error message of some Lookup functions Task: 4320993 https://github.com/odoo/o-spreadsheet/commit/183a02d58 [FIX] functions: XLOOKUP linear search crashes without lookup values Task: 4320993 https://github.com/odoo/o-spreadsheet/commit/aa43928a8 [FIX] config: Update task url Task: 0 https://github.com/odoo/o-spreadsheet/commit/b480f9f9d [FIX] Datavalidation: coreView plugin should not dispatch Task: 4241141 https://github.com/odoo/o-spreadsheet/commit/96d4b69da [FIX] evaluation: log when reaching maximum iterations Task: 4252800 https://github.com/odoo/o-spreadsheet/commit/4843dede2 [FIX] evaluation: Ensure dependency invalidation for array formulas Task: 4252800 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 removes file size checks when cloud storage is enabled, so users can upload larger files directly to cloud storage from chats, forms, and message composers. It prevents valid large uploads from being rejected in common attachment workflows.
Original PR description
when cloud_storage is enabled for some uploader, the file size check should be removed to allow larger files to be uploaded to the cloud storage there are 4 places shouldn't check the file sizes 1.…
when cloud_storage is enabled for some uploader, the file size check should be removed to allow larger files to be uploaded to the cloud storage there are 4 places shouldn't check the file sizes 1. discuss <img width="1495" alt="image" src="https://github.com/user-attachments/assets/4d7e3b86-4de7-440f-bc97-4084609e9efd"> 2. form view attachemnt (when the attachment list was empty) <img width="1450" alt="Screenshot 2024-11-15 at 14 50 13" src="https://github.com/user-attachments/assets/20e69645-31f3-44ed-9021-ac524a1cf90c"> 3. form view attach files button (when the attachment list is not empty) <img width="1475" alt="Screenshot 2024-11-15 at 14 51 45" src="https://github.com/user-attachments/assets/8370ff5c-71c2-414f-a89b-fa44b3732398"> 4. log note/send messages <img width="383" alt="image" src="https://github.com/user-attachments/assets/274027b7-ad6e-436b-9c6a-3f12515a6f7d"> 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