TIP: You can type at any time to perform a new search.
Website Sale Product Sort
website_sale_product_sort · OCA/e-commerce
- Repository
- OCA/e-commerce · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Website
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/e-commerce
- Last tracking update
- 2026-08-10 17:31:07
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- OCA-git-bot, oca-ci, ManfredNelvin
- Odoo dependencies
- Python dependencies
- geoip2
- System dependencies
- None
- Required by
- None
- Description
This module allows to set a default sorting criteria for the e-commerce product list. It provides the standard criterias, but allows to extend the options via third modules.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
products |
Extend Sort by | ir.ui.view | qweb | Inherits website_sale.products |
res_config_settings_view_form |
res.config.settings | form | Inherits website_sale.res_config_settings_view_form | |
sort |
sort | ir.ui.view | qweb | Inherits website_sale.sort |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
| (inherited route override) | WebsiteSale.shop |
inherited | http | ALL |
Models touched (2)
New fields (1)
-
product_sort_criteriaSelectiondefault_model='website'readonly=Falserelated='website_id.default_product_sort_criteria'
No public methods.
New fields (1)
-
default_product_sort_criteriaSelectiondefault='website_sequence asc'help='Default criteria for sorting products in the shop'required=Trueselection='_get_product_sort_criterias'string='Sort products by'
No public methods.
Loading…
Loading…
Loading…
Loading…