TIP: You can type at any time to perform a new search.
Document Page Product
document_page_product · OCA/knowledge
- 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
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_countIntegercompute='_compute_product_template_count' -
product_tmpl_idsMany2many → product.templatecolumn1='page_id'column2='product_tmpl_id'comodel_name='product.template'relation='document_page_product_rel'string='Product Templates'
-
action_product_templates(self)
New fields (1)
-
document_page_countIntegercompute='_compute_document_page_count'
-
action_document_page_products(self)
New fields (2)
-
document_page_countIntegercompute='_compute_document_page_count' -
document_page_idsMany2many → document.pagecolumn1='product_tmpl_id'column2='page_id'comodel_name='document.page'relation='document_page_product_rel'string='Document Pages'
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)