odoo/odoo#199505
Created by fw-bot
Merged
at 83f1ce35ec97dfb5f79ae6504c988c63983c59c5
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- 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:
- Create a
Multi-checkbox (option)
attribute called "Extra" viaSales / Configuration / Products / Attributes
; - Add 1 attribute value;
- Go to any product available on the shop (e.g. Acoustic Bloc Screens);
- Via its
Attributes & Variants
tab, add the newly created attributes and select the value; - Go to the shop via the
Website
app;- In normal web view, the filter is available on the left
- Change view to mobile mode and open the filters;
- 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.
Forward-Port-Of: #198087