Repository
OCA/e-commerce · module folder · Try on Runboat
Module version
1.0.0
Category
Website
Folder size
0.6 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/e-commerce
Last tracking update
2026-08-07 08:23:00
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
pilarvargas-tecnativa, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
geoip2
System dependencies
None
Required by
None
Description
This module lets you publish downloadable attachments in a product page.

This is useful if you want to publish firmwares, manuals, specs,
warranties, or whatever document related to the product.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
download_icons Download icons ir.ui.view qweb Inherits product_attachments
product_attachments Product downloads ir.ui.view qweb Inherits website_sale.product
product_template_form_view Website attachments product.template form Inherits website_sale.product_template_form_view
view_attachment_form_inherit_website ir.attachment.form.inherit.website - Attached to product templates ir.attachment form Inherits website.view_attachment_form_inherit_website
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • attached_in_product_tmpl_ids Many2many → product.template
    comodel_name='product.template' help='Attachment publicly downladable from eCommerce pages in these product templates.' string='Attached in products'
  • website_name Char
    help='The name of the download that will be displayed on the e-commerce product page. If not filled, the filename will be shown by default.' string='Name in e-commerce'
Public methods (0)

No public methods.

New fields (1)
  • website_attachment_ids Many2many → ir.attachment
    comodel_name='ir.attachment' context={'default_public': True, 'hide_attachment_products': True} domain=<expr> help='Files publicly downloadable from the product eCommerce page.' string='Website attachments'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…