Thursday, November 28, 2024
3 changes · saas-17.4
Resolved issues and error corrections
The self-order product list now shows one main product instead of duplicate entries for every variant, making browsing clearer for customers. Product options are selected on the configuration page, where unavailable archived combinations are disabled, and archived variants no longer cause errors in combo setup.
Original PR description
before this commit: ============== - Products with attributes in instant mode appeared duplicated in the product list for each combination.  after this commit: ============== - The product list now shows only the main product for variants, similar to POS. Clicking on the product opens the configuration page. - Disabled attribute values associated with archived combinations are on the product configuration page.  Task-4269189
This update brings the spreadsheet component to its latest version and fixes issues affecting spreadsheet calculations and chart display. Users should see more reliable cell behavior and better centered pyramid charts, improving accuracy and presentation quality.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/81bf38630 [REL] 17.4.14 Task: 0 https://github.com/odoo/o-spreadsheet/commit/8d4accfa0 [FIX] Evaluation: Remove old spreaded cells from spread relations Task: 4342240 https://github.com/odoo/o-spreadsheet/commit/45f954add [FIX] chart: center pyramid charts vertical axis Task: 4334617 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 fixes an error that could stop customers from submitting the checkout address form on Peruvian websites. The missing identification type field is now shown when delivery and billing addresses are shared, allowing purchases to continue normally.
Original PR description
Steps to Reproduce: - Set up a website for a Peru company. - Go to the shop section. - Purchase any product. - Click submit on address form. Issue: - A traceback appears upon clicking submit. Cause: - The error is due to an attempt to access an element in the form that is not present. Fix: - Updated the view and controller to display the identification type field when use_delivery_as_billing is enabled. Ticket [link](https://www.odoo.com/odoo/project/967/tasks/4314252) opw-4314252 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr