Repository
OCA/e-commerce · module folder · Try on Runboat
Module version
1.0.0
Category
Website
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/e-commerce
Last tracking update
2026-08-07 09:06:25
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Jordi Ballester Alomar, Weblate, oca-ci
Odoo dependencies
Python dependencies
geoip2
System dependencies
None
Required by
None
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
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (0)

No public methods.