odoo/odoo#199505

Created by fw-bot
Merged at 83f1ce35ec97dfb5f79ae6504c988c63983c59c5

Statuses:

label
odoo-dev:18.0-17.0-opw-4383970-display_mobile_shop_multicheckbox_filter-pila-419068-fw
head
11bb205cd852b718dc690cf05738e308f465e710
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