Website Sale Product Accessory

website_sale_product_accessory
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_accessory
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWebsite
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSJordi Ballester Alomar, Weblate, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - digest
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - portal
    - http_routing
    - auth_signup
    - resource
    - social_media
    - google_recaptcha
    - utm
    - html_builder
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - payment
    - 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 displays the suggested **Accessory Products** configured on a
product (field `accessory_product_ids` on `product.template`) directly on the
website product detail page.

In standard Odoo, accessory products are only surfaced after a customer adds
the parent product to the cart (in the "Suggested accessories" block of the
cart page). This module brings the same suggestions one step earlier in the
funnel by rendering them on the product page itself, encouraging cross-sell
while the customer is still researching the main product.

The same filtering rules used by the cart suggestion logic are applied:
unpublished products, products outside the current company, products without
quick-add support, and zero-priced products (when the website forbids
zero-price sale) are excluded.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_accessory_products Accessory Products ir.ui.view qweb Inherits website_sale.product
Models touched (1)

New fields (0)

No new fields.

Public methods (0)

No public methods.