| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/12.0/product_documentation_set |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Daniel Reis, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:18 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - decimal_precision - base_setup - web - bus - web_tour - uom |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_category_form_view |
product.category.form (in product_documentation) | product.category | sheet | Inherits product.product_category_form_view |
product_doc_set_form_view |
product.doc.set.form (in product_documentation_set) | product.doc.set | form | New |
product_doc_set_search_view |
product.doc.set.search (in product_documentation_set) | product.doc.set | search | New |
product_doc_set_tree_view |
product.doc.set.tree (in product_documentation_set) | product.doc.set | tree | New |
product_template_form_view |
product.template.form (in product_documentation) | product.template | page | Inherits product.product_template_form_view |
doc_set_ids
Many2many → product.doc.set
help='Sets of product documentation, to use for several purposes. Specific sets may be defined by country or language.'
string='Documentation Sets'
args: 'product.doc.set'
No public methods.
active
Boolean
default=True
args: 'Active?'
attachment_ids
Many2many → ir.attachment
string='Documents'
args: 'ir.attachment'
category_ids
Many2many → product.category
country_ids
Many2many → res.country
string='Countries'
args: 'res.country'
lang
Selection
string='Language'
args: <expr>
name
Char
required=True
notes
Html
product_ids
Many2many → product.template
usage
Selection
help='The purpose for this list of documents.'
string='Usage'
args: [('internal', 'Internal Reference')]
get_usage_document_sets(self, usage, country=None, lang=None, product=None, category=None)
doc_set_ids
Many2many → product.doc.set
help='Sets of product documentation, to use for several purposes. Specific sets may be defined by country or language.'
string='Documentation Sets'
args: 'product.doc.set'
get_usage_document_sets(self, usage, country=None, lang=None)