odoo/odoo#198087

Created by Pierre Lamotte (pila)
Merged at c978b1dbe480ed2dd97ae20b12f149102a85bb41

Statuses:

label
odoo-dev:17.0-opw-4383970-display_mobile_shop_multicheckbox_filter-pila
head
3c1cd424aa1cc7c43c609c23dac820dc98bb18af
merged
7 months ago by Sales, Valentin Chevalier
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

[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