odoo/odoo#199492

Created by fw-bot
Merged at 27db582eca35a71b872732d0aeaa0817cc5fa697

Statuses:

label
odoo-dev:saas-17.4-17.0-opw-4383970-display_mobile_shop_multicheckbox_filter-pila-416813-fw
head
3e38000380c4943e690536b5d4b0550b3f4f483f
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