eCommerce Product Category
by Terrabit https://www.terrabit.ro , Dorin Hongu https://www.terrabit.roeCommerce Product Category

Key Features
This module enhances the management of eCommerce public categories on the Odoo website.
Features:
- Provides the ability to archive public product categories.
- Helps maintain a cleaner website navigation by removing obsolete or temporary categories without deleting them.
- Allows for easy restoration of archived categories if they are needed again in the future.
- Improves overall website category organization and user experience.
Usage:
- Navigate to Website > Configuration > eCommerce Categories.
- Select one or more categories that you want to archive.
- Use the archive/unarchive action on the category form to hide or show it on the website.
- Archived categories will not appear in the shop menu or as filter options on the product list page.
Important
This is an alpha version, the data model and design can change at any time without warning. Only for development or testing purpose, do not use in production. More details on development status
Table of contents
Changelog
19.0.1.1.0 (2026-07-29)
First 19.0 release of this module. It carries over the 18.0 features that core still does not provide (archivable public categories, website_url) plus the lazy category tree below.
website_footer_description is not carried over: 19.0 core ships product.public.category.website_footer and renders it on the listing page, so the module’s own field would only duplicate it. A database moving from 18.0 to 19.0 needs its website_footer_description values copied into website_footer.
The shop sidebar renders only the open branch of the category tree. Collapsed branches ship an empty list and are filled from /shop/category_children/<id> when the visitor expands them, which is the first moment their content becomes visible.
Measured on the 18.0 equivalent against a 1222-category catalog: the listing page went from 0.82s to 0.23s (-72%) and from 2.22 MB to 1.20 MB of HTML, with the same 20 products displayed.
Nothing changes visually — the collapsed markup was never on screen. While a search is active the (already filtered, already small) tree stays fully rendered, so search behaviour is untouched.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Terrabit
- Dorin Hongu
Maintainers
Current maintainer:

This module is part of the dhongu/deltatech project on GitHub.
You are welcome to contribute.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Website (website) • Discuss (mail) • Invoicing (account) |
| Lines of code | 143 |
| Technical Name |
deltatech_website_category |
| License | OPL-1 |
| Website | https://www.terrabit.ro |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module