Daily updates from Odoo
Tuesday, August 27, 2024
2 changes · saas-17.2
Resolved issues and error corrections
When a customer is removed from a Point of Sale order, the system now correctly returns to the default price list. This prevents incorrect pricing after switching from a customer-specific setup back to a walk-in sale.
Original PR description
Before this commit, deselecting a contact in the POS would not revert to using the default pricelist for price computation. This issue was due to incorrect pricelist assignment when a contact was removed. opw-4068014 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update brings the spreadsheet component to a newer maintenance version with several bug fixes. It improves everyday spreadsheet use by addressing issues with column and row sizing, format painting after cutting cells, find and replace responsiveness, and editing tables with invalid ranges.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/4157fb8d8 [REL] 17.2.22 Task: 0 https://github.com/odoo/o-spreadsheet/commit/e60f7f062 [FIX] github: typo in PR…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/4157fb8d8 [REL] 17.2.22 Task: 0 https://github.com/odoo/o-spreadsheet/commit/e60f7f062 [FIX] github: typo in PR template https://github.com/odoo/o-spreadsheet/commit/dd458a944 [FIX] header_size: JS sparse array problem Task: 4074438 https://github.com/odoo/o-spreadsheet/commit/17b4a2303 [FIX] clipboard: paint format after cut Task: 4077449 https://github.com/odoo/o-spreadsheet/commit/e94eb2d57 [FIX] find & replace: remove debounce from store Task: 4102172 https://github.com/odoo/o-spreadsheet/commit/ea883472f [FIX] table: fix bug when edit table with invalid range Task: 4102425 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>