| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/e-commerce |
| GIT | |
| GIT | https://github.com/OCA/e-commerce.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/e-commerce/tree/19.0/website_sale_product_brand |
| VERSION | |
| VERSION | 2.1.0 |
| CATEGORY | |
| CATEGORY | e-commerce |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Ricardoalso, AlexGarS73, miguel-S73 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/e-commerce |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:47 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/brand: - product_brand odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - html_editor - account_payment - account - onboarding - product - uom - analytic - portal - http_routing - auth_signup - digest - resource - payment - utm - website - social_media - google_recaptcha - html_builder - website_sale - website_payment - website_mail - portal_rating - rating - delivery - payment_custom |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
geoip2 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module was written to extend the functionality of product filtering on website. It will allow you to filter product based on its brand. It also adds brand landing pages under `/shop/brand/<brand-slug>` with dedicated header and footer content per brand. The module is multi-website aware: brand landing pages, brand listings, the website search index, and the sitemap only expose brands that belong to the current website (or are global). In the backend, the brand form and list view expose the Website field for users in `website.group_multi_website` so brands can be assigned to a specific website. While shopping online, we have seen various eShops having a feature to shop by brands which ODOO does not yet provide officially. Website Sale Product Brand fills the gap at certain extent and by providing basic search by brands, thus reducing end-user’s efforts in searching the products he/she wants to purchase. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
brand_filter_items |
Brand Filter Items | ir.ui.view | qweb | New |
categorie_link |
categorie_link | ir.ui.view | qweb | Inherits website_sale.categorie_link |
product_brands |
Brands | ir.ui.view | qweb | New |
res_config_settings_view_form |
res.config.settings | setting | Inherits website_sale.res_config_settings_view_form | |
search_brands |
Search Box keeps brands | ir.ui.view | qweb | Inherits website_sale.search |
view_product_brand_form |
product.brand | xpath | Inherits product_brand.view_product_brand_form | |
view_product_brand_tree |
product.brand | field | Inherits product_brand.view_product_brand_tree | |
website_sale_filter_brand_clear_filters |
Clear filters includes brands | ir.ui.view | qweb | Inherits website_sale.products |
website_sale_filter_brand_products_brands |
Brands Filter | ir.ui.view | qweb | Inherits website_sale.products |
website_sale_products_brand_landing |
website_sale_products_brand_landing | ir.ui.view | qweb | Inherits website_sale.products |
align_brand_content
Selection
default='left'
required=True
selection=[('left', 'Left'), ('center', 'Center')]
cover_image
Image
max_height=2560
max_width=2560
published_products_count
Integer
compute='_compute_published_products_count'
show_brand_description
Boolean
default=True
show_brand_name
Boolean
default=True
show_without_published_products
Boolean
default=False
website_description
Html
translate=True
website_footer
Html
translate=True
No public methods.
No new fields.
Public methods (0)No public methods.
brand_filter_display_mode
Selection
readonly=False
related='website_id.brand_filter_display_mode'
No public methods.
brand_filter_display_mode
Selection
default='list'
help="Controls how brands are displayed in the shop filter: 'Full list' shows all brands, 'Limited list' shows the first 5 brands with an option to load more using 'Show more', and 'Alphabetical accordion' groups brands by letter when there are more than 50 brands."
required=True
selection=[('list', 'Full list'), ('limited', 'Limited list'), ('letters', 'Alphabetical accordion')]
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/e-commerce |
| GIT | |
| GIT | https://github.com/OCA/e-commerce.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/e-commerce/tree/18.0/website_sale_product_brand |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | e-commerce |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, pilarvargas-tecnativa, eduezerouali-tecnativa |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/e-commerce |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:09 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/brand: - product_brand odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - html_editor - account_payment - account - onboarding - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm - website_sale - website - social_media - google_recaptcha - website_payment - website_mail - portal_rating - rating - delivery |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
geoip2 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module was written to extend the functionality of product filtering on website. It will allow you to filter product based on its brand. While shopping online, we have seen various eShops having a feature to shop by brands which ODOO does not yet provide officially. Website Sale Product Brand fills the gap at certain extent and by providing basic search by brands, thus reducing end-user’s efforts in searching the products he/she wants to purchase. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
categorie_link |
categorie_link | ir.ui.view | qweb | Inherits website_sale.categorie_link |
product_brands |
Brands | ir.ui.view | qweb | New |
search_brands |
Search Box | ir.ui.view | qweb | Inherits website_sale.search |
view_product_brand_form |
product.brand | xpath | Inherits product_brand.view_product_brand_form | |
view_product_brand_tree |
product.brand | field | Inherits product_brand.view_product_brand_tree | |
website_sale_filter_brand_products_brands |
Brands Filter | ir.ui.view | qweb | Inherits website_sale.products_attributes |
website_sale_filter_brand_top_products_brands |
website_sale_filter_brand_top_products_brands | ir.ui.view | qweb | Inherits website_sale.o_wsale_offcanvas |
is_published
Boolean
default=True
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/e-commerce |
| GIT | |
| GIT | https://github.com/OCA/e-commerce.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/e-commerce/tree/17.0/website_sale_product_brand |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | e-commerce |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| COMMITTERS | |
| COMMITTERS | Carlos Lopez, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/e-commerce |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:03 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/brand: - product_brand odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - account_payment - account - onboarding - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm - website_sale - website - social_media - google_recaptcha - website_payment - website_mail - portal_rating - rating - delivery |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
geoip2 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module was written to extend the functionality of product filtering on website. It will allow you to filter product based on its brand. While shopping online, we have seen various eShops having a feature to shop by brands which ODOO does not yet provide officially. Website Sale Product Brand fills the gap at certain extent and by providing basic search by brands, thus reducing end-user’s efforts in searching the products he/she wants to purchase. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
categorie_link |
categorie_link | ir.ui.view | qweb | Inherits website_sale.categorie_link |
product_brands |
Brands | ir.ui.view | qweb | New |
view_product_brand_form |
product.brand | xpath | Inherits product_brand.view_product_brand_form | |
view_product_brand_tree |
product.brand | field | Inherits product_brand.view_product_brand_tree |
is_published
Boolean
default=True
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/e-commerce |
| GIT | |
| GIT | https://github.com/OCA/e-commerce.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/e-commerce/tree/16.0/website_sale_product_brand |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | e-commerce |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, miguels73, josep-tecnativa |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/e-commerce |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:42 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/brand: - product_brand odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - account_payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm - website_sale - website - social_media - google_recaptcha - website_payment - website_mail - portal_rating - rating |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
categorie_link |
categorie_link | ir.ui.view | qweb | Inherits website_sale.categorie_link |
product_brands |
Brands | ir.ui.view | qweb | New |
view_product_brand_form |
product.brand | xpath | Inherits product_brand.view_product_brand_form | |
view_product_brand_tree |
product.brand | field | Inherits product_brand.view_product_brand_tree |
is_published
Boolean
default=True
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/e-commerce |
| GIT | |
| GIT | https://github.com/OCA/e-commerce.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/e-commerce/tree/15.0/website_sale_product_brand |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | e-commerce |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, CarlosRoca13, josep-tecnativa |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/e-commerce |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:31 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/brand: - product_brand odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - utm - website_sale - website - social_media - google_recaptcha - website_payment - website_mail - portal_rating - rating |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
categorie_link |
categorie_link | ir.ui.view | qweb | Inherits website_sale.categorie_link |
product_brands |
Brands | ir.ui.view | qweb | New |
view_product_brand_form |
product.brand | xpath | Inherits product_brand.view_product_brand_form | |
view_product_brand_tree |
product.brand | field | Inherits product_brand.view_product_brand_tree |
is_published
Boolean
default=True
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/e-commerce |
| GIT | |
| GIT | https://github.com/OCA/e-commerce.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/e-commerce/tree/14.0/website_sale_product_brand |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | e-commerce |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| COMMITTERS | |
| COMMITTERS | david, OCA Transbot, Víctor Martínez, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/e-commerce |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:52 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/brand: - product_brand odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - utm - website_sale - website - social_media - website_payment - website_mail - website_form - google_recaptcha - portal_rating - rating |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_frontend |
assets_frontend | ir.ui.view | qweb | Inherits website.assets_frontend |
assets_tests |
assets_tests | ir.ui.view | qweb | Inherits web.assets_tests |
categories_recursive |
categories_recursive | ir.ui.view | qweb | Inherits website_sale.categories_recursive |
product_brands |
Brands | ir.ui.view | qweb | New |
view_product_brand_form |
product.brand | xpath | Inherits product_brand.view_product_brand_form | |
view_product_brand_tree |
product.brand | field | Inherits product_brand.view_product_brand_tree |
is_published
Boolean
default=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/e-commerce |
| GIT | |
| GIT | https://github.com/OCA/e-commerce.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/e-commerce/tree/13.0/website_sale_product_brand |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | e-commerce |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| COMMITTERS | |
| COMMITTERS | david, Alexandre Díaz, OCA Transbot, Sergio Teruel, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/e-commerce |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/brand: - product_brand odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - utm - website_sale - website - social_media - website_payment - website_mail - website_form - website_rating - rating |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_frontend |
assets_frontend | ir.ui.view | qweb | Inherits website.assets_frontend |
assets_frontend |
assets_frontend | ir.ui.view | qweb | Inherits website.assets_frontend |
categories_recursive |
categories_recursive | ir.ui.view | qweb | Inherits website_sale.categories_recursive |
product_brands |
Brands | ir.ui.view | qweb | New |
view_product_brand_form |
product.brand | xpath | Inherits product_brand.view_product_brand_form | |
view_product_brand_tree |
product.brand | field | Inherits product_brand.view_product_brand_tree |
is_published
Boolean
default=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/e-commerce |
| GIT | |
| GIT | https://github.com/OCA/e-commerce.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/e-commerce/tree/12.0/website_sale_product_brand |
| VERSION | |
| VERSION | 1.3.1 |
| CATEGORY | |
| CATEGORY | e-commerce |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| COMMITTERS | |
| COMMITTERS | GitHub, david, OCA Transbot, Sergio Teruel, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/e-commerce |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:14 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_brand odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - decimal_precision - uom - analytic - portal - http_routing - digest - website_sale - website - web_editor - social_media - website_payment - website_mail - website_form - website_rating - rating |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_frontend |
assets_frontend | ir.ui.view | qweb | Inherits website.assets_frontend |
categories_recursive |
categories_recursive | ir.ui.view | qweb | Inherits website_sale.categories_recursive |
product_brands |
Brands | ir.ui.view | qweb | New |
view_product_brand_form |
product.brand | xpath | Inherits product_brand.view_product_brand_form | |
view_product_brand_tree |
product.brand | field | Inherits product_brand.view_product_brand_tree |
is_published
Boolean
default=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/e-commerce |
| GIT | |
| GIT | https://github.com/OCA/e-commerce.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/e-commerce/tree/11.0/website_sale_product_brand |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | e-commerce |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, oca-travis, OCA-git-bot, OCA Git Bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/e-commerce |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_brand odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - account - product - decimal_precision - analytic - web_planner - portal - http_routing - website_sale - website - web_editor - sale_payment - payment - website_payment - website_mail - website_form - website_rating - rating |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_frontend |
assets_frontend | ir.ui.view | qweb | Inherits website.assets_frontend |
product_brands |
Brands | ir.ui.view | qweb | New |
website_sale.categories_recursive |
Category list | ir.ui.view | qweb | New |
No models found for this module.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/e-commerce |
| GIT | |
| GIT | https://github.com/OCA/e-commerce.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/e-commerce/tree/10.0/website_sale_product_brand |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | e-commerce |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza |
| WEBSITE | |
| WEBSITE | http://www.serpentcs.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:54 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_brand odoo/odoo: - sale - sales_team - base - base_setup - web_kanban - web - bus - web_tour - account - product - decimal_precision - report - analytic - web_planner - procurement - website_sale - website - web_editor - payment - website_payment - website_portal - website_portal_sale - portal_sale - portal - auth_signup - website_mail - website_form - rating |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_brands |
Brands | ir.ui.view | qweb | New |
website_sale.categories_recursive |
Category list | ir.ui.view | qweb | New |
No new fields.
Public methods (1)sale_product_domain(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/e-commerce |
| GIT | |
| GIT | https://github.com/OCA/e-commerce.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/e-commerce/tree/9.0/website_sale_product_brand |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | e-commerce |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd. |
| COMMITTERS | |
| COMMITTERS | eLBati, Pedro M. Baeza, Carlos Dauden, OCA Transbot, MeetSCS, Serpent Consulting Services Pvt Ltd |
| WEBSITE | |
| WEBSITE | http://www.serpentcs.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_brand odoo/odoo: - product - base - decimal_precision - base_setup - web_kanban - web - bus - report - website_sale - website - web_editor - web_planner - sale - sales_team - account - analytic - web_tip - procurement - payment - website_payment - website_portal - website_portal_sale - website_mail - rating |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_brands |
Brands | ir.ui.view | qweb | New |
website_sale.categories_recursive |
Category list | ir.ui.view | qweb | New |
No new fields.
Public methods (1)sale_product_domain(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/e-commerce |
| GIT | |
| GIT | https://github.com/OCA/e-commerce.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/e-commerce/tree/8.0/website_sale_product_brand |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | e-commerce |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Jairo Llopis, Stéphane Bidoul (ACSONE), OCA Transbot, MeetSCS |
| WEBSITE | |
| WEBSITE | http://www.serpentcs.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_brand odoo/odoo: - product - base - decimal_precision - base_setup - web_kanban - web - report - website_sale - website - share - sale - sales_team - web_kanban_sparkline - account_voucher - account - analytic - board - edi - email_template - procurement - payment |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_brands |
Brands | ir.ui.view | qweb | New |
website_sale.categories_recursive |
Category list | ir.ui.view | qweb | New |
No new fields.
Public methods (1)sale_product_domain(self, cr, uid, ids, context=None)