Repository
OCA/knowledge · module folder · Try on Runboat
Module version
1.0.0
Category
Product
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/knowledge
Last tracking update
2026-08-07 08:42:56
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Víctor Martínez, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
OCA/knowledge:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allow to link document pages to products.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
product_normal_form_view product.product form Inherits product.product_normal_form_view
product_template_only_form_view product.template form Inherits product.product_template_only_form_view
view_wiki_form document.page form Inherits document_page.view_wiki_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • product_template_count Integer
    compute='_compute_product_template_count'
  • product_tmpl_ids Many2many → product.template
    column1='page_id' column2='product_tmpl_id' comodel_name='product.template' relation='document_page_product_rel' string='Product Templates'
Public methods (1)
  • action_product_templates(self)

New fields (1)
  • document_page_count Integer
    compute='_compute_document_page_count'
Public methods (1)
  • action_document_page_products(self)

New fields (2)
  • document_page_count Integer
    compute='_compute_document_page_count'
  • document_page_ids Many2many → document.page
    column1='product_tmpl_id' column2='page_id' comodel_name='document.page' relation='document_page_product_rel' string='Document Pages'
Public methods (0)

No public methods.

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
27 days ago
Last activity
27 days ago
Repository
OCA/knowledge
Pull request
[19.0][MIG] document_page_product (#632)