| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/website |
| GIT | |
| GIT | https://github.com/OCA/website.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/website/tree/18.0/website_product_document_download_counter |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Website |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Cetmix OÜ |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Cetmix OÜ |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Omar Diaz |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/website |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:18 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - website_sale - website - digest - base - base_setup - web - bus - web_tour - html_editor - portal - web_editor - http_routing - auth_signup - resource - social_media - google_recaptcha - utm - sale - sales_team - account_payment - account - onboarding - product - uom - analytic - payment - website_payment - website_mail - portal_rating - rating - delivery |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
geoip2 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows you to track how many times product-related documents are downloaded from the Odoo website. Main features: - Automatic logging of the number of downloads for documents attached to products. - View download statistics per product. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_document_form_inherit |
product.document.form.inherit.download_counter | product.document | xpath | Inherits website_sale.product_document_form |
product_document_kanban_inherit |
product.document.kanban.inherit.download_counter | product.document | xpath | Inherits website_sale.product_document_kanban |
product_documents_custom |
product_documents_custom | ir.ui.view | qweb | Inherits website_sale.product |
download_count
Integer
copy=False
default=0
help='Number of times this document has been downloaded'
readonly=True
download_count_enabled
Boolean
copy=False
help='Enable download counting for this document when published on website'
increment_download_count(self)