Product Brand Filtering in Website

website_sale_product_brand
REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/19.0/website_sale_product_brand
VERSION
VERSION 2.1.0
CATEGORY
CATEGORYe-commerce
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Ricardoalso, AlexGarS73, miguel-S73
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/brand:
    - product_brand
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - 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.

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
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
Models touched (4)

New fields (8)
  • 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
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • brand_filter_display_mode Selection
    readonly=False related='website_id.brand_filter_display_mode'
Public methods (0)

No public methods.

New fields (1)
  • 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')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/18.0/website_sale_product_brand
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYe-commerce
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, pilarvargas-tecnativa, eduezerouali-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/brand:
    - product_brand
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - 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.

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (1)
  • is_published Boolean
    default=True
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/17.0/website_sale_product_brand
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYe-commerce
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSCarlos Lopez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/brand:
    - product_brand
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - 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.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (1)
  • is_published Boolean
    default=True
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/16.0/website_sale_product_brand
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYe-commerce
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, miguels73, josep-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:42
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/brand:
    - product_brand
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - 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

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (1)
  • is_published Boolean
    default=True
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/15.0/website_sale_product_brand
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYe-commerce
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, CarlosRoca13, josep-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:31
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/brand:
    - product_brand
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - 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

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (1)
  • is_published Boolean
    default=True
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/14.0/website_sale_product_brand
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYe-commerce
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSdavid, OCA Transbot, Víctor Martínez, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:52
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/brand:
    - product_brand
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - 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

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
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
Models touched (1)

New fields (1)
  • is_published Boolean
    default=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/13.0/website_sale_product_brand
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYe-commerce
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSdavid, Alexandre Díaz, OCA Transbot, Sergio Teruel, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/brand:
    - product_brand
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - 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

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
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
Models touched (1)

New fields (1)
  • is_published Boolean
    default=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/12.0/website_sale_product_brand
VERSION
VERSION 1.3.1
CATEGORY
CATEGORYe-commerce
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSGitHub, david, OCA Transbot, Sergio Teruel, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_brand
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - 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

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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
Models touched (1)

New fields (1)
  • is_published Boolean
    default=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/11.0/website_sale_product_brand
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYe-commerce
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, OCA-git-bot, OCA Git Bot
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_brand
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - 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

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/10.0/website_sale_product_brand
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYe-commerce
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSPedro M. Baeza
WEBSITE
WEBSITEhttp://www.serpentcs.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_brand
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - 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

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_brands Brands ir.ui.view qweb New
website_sale.categories_recursive Category list ir.ui.view qweb New
Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • sale_product_domain(self)
    @api.multi
REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/9.0/website_sale_product_brand
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYe-commerce
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSeLBati, Pedro M. Baeza, Carlos Dauden, OCA Transbot, MeetSCS, Serpent Consulting Services Pvt Ltd
WEBSITE
WEBSITEhttp://www.serpentcs.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_brand
odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - 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

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_brands Brands ir.ui.view qweb New
website_sale.categories_recursive Category list ir.ui.view qweb New
Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • sale_product_domain(self)
    @api.multi
REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/8.0/website_sale_product_brand
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYe-commerce
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd
COMMITTERS
COMMITTERSPedro M. Baeza, Jairo Llopis, Stéphane Bidoul (ACSONE), OCA Transbot, MeetSCS
WEBSITE
WEBSITEhttp://www.serpentcs.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_brand
odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - 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

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_brands Brands ir.ui.view qweb New
website_sale.categories_recursive Category list ir.ui.view qweb New
Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • sale_product_domain(self, cr, uid, ids, context=None)