Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Website (website) • Invoicing (account) • Discuss (mail) |
Lines of code | 267 |
Technical Name |
website_multi_categories |
License | LGPL-3 |
Website | https://odoo.tapray.com |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Website (website) • Invoicing (account) • Discuss (mail) |
Lines of code | 267 |
Technical Name |
website_multi_categories |
License | LGPL-3 |
Website | https://odoo.tapray.com |
Website Multi Categories
Extend website_sale so shoppers can select multiple public categories at once. Results show products that belong to all selected categories (logical AND), turning public categories into tag-like filters.
What it does
- Converts the native one-at-a-time public category filter into a multi-select AND filter.
- Example: select Furniture, then click Curtain → the page shows products that are in both Furniture and Curtain.
- Lightweight: front-end behavior extension; no changes to product data structures.
Why it’s safe
The module only adapts the category filter logic on the website. It fully respects:
- Publication status and website visibility of products.
- Multi-website configurations and access rules enforced by Odoo.
- Existing public category tree and product–category relations.
Screenshots


Compatibility
Version | Edition | Status |
---|---|---|
18.0 | Community & Enterprise | Supported |
Theme or snippet packs that heavily customize the shop sidebar/category widget may require template inheritance adjustments.
Installation
- Copy the module to your addons path (
website_multi_categories
). - Ensure dependency
website_sale
is installed. - Apps → Update Apps List → search “Website Multi Categories” → Install.
Configuration: none — active on the shop page after installation.
Behavior notes
- Selection logic is intersection (AND) across chosen public categories.
- Combines naturally with attribute filters (e.g., size/color) and sorting options.
- Does not modify product templates, categories, or backend security settings.
Support
Email: contact@tapray.com
Website: https://odoo.tapray.com
Independent work; not affiliated with or endorsed by Odoo S.A.
License
Distributed under the LGPL-3 license.
中文简介
功能:扩展 website_sale
的公有分类筛选,支持多分类同时选择并以逻辑 AND 联合筛选。示例:先选 家具,再点 窗帘,页面将显示同时属于 家具 与 窗帘 的产品,从而把公有分类当作标签来使用。
安全与兼容:仅改变网站端的筛选逻辑,尊重产品发布状态、网站可见性与 Odoo 原生权限;与属性筛选、排序等功能兼容。部分重度定制的主题可能需要适配模板继承。
Please log in to comment on this module