odoo/odoo#199524

Created by fw-bot
Merged at 6454d3774be2003291be06223695c3d29e19848a

Statuses:

label
odoo-dev:master-17.0-opw-4383970-display_mobile_shop_multicheckbox_filter-pila-419124-fw
head
28c7096218efbca8a8137041fa1e649e4f909c87
merged
7 months ago by Pierre Lamotte (pila)
odoo/odoo
17.0 #198087
saas-17.4 #199492
18.0 #199505
saas-18.1 #199511
saas-18.2 #199520
saas-18.3
saas-18.4
19.0
master #199524

[FW][FIX] website_sale: display multicheckbox attribute filters on mobile

Versions:

17.0+

Issue:

Multi-checkboxes attributes are displayed as filters in the shop view but are not displayed in mobile view.

Steps to reproduce:

  1. Create a Multi-checkbox (option) attribute called "Extra" via Sales / Configuration / Products / Attributes;
  2. Add 1 attribute value;
  3. Go to any product available on the shop (e.g. Acoustic Bloc Screens);
  4. Via its Attributes & Variants tab, add the newly created attributes and select the value;
  5. Go to the shop via the Website app;
    • In normal web view, the filter is available on the left
  6. Change view to mobile mode and open the filters;
  7. Open the "Extra filter and see no filter under it.

Cause:

Mobile displayed filters are restricted to avoid color attributes but didn't expand to allow multi-checkboxes.

opw-4383970

Forward-Port-Of: #198087