| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/manufacture |
| GIT | |
| GIT | https://github.com/OCA/manufacture.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/manufacture/tree/16.0/mrp_bom_tag |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Manufacture |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, Quentin Dupont, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/manufacture |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:50 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - base_setup - web - bus - web_tour - uom - stock - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_bom_tag_form |
mrp.bom.tag | form | New | |
view_bom_tag_search |
mrp.bom.tag | search | New | |
view_bom_tag_tree |
mrp.bom.tag | tree | New | |
view_mrp_bom_form |
mrp.bom | xpath | Inherits mrp.mrp_bom_form_view | |
view_mrp_bom_search |
mrp.bom | xpath | Inherits mrp.view_mrp_bom_filter | |
view_mrp_bom_tree |
mrp.bom | xpath | Inherits mrp.mrp_bom_tree_view |
bom_tag_ids
Many2many → mrp.bom.tag
comodel_name='mrp.bom.tag'
help='Choose or create your tags for your BoM and set its color.'
string='Tags'
No public methods.
bom_ids
Many2many → mrp.bom
comodel_name='mrp.bom'
bom_qty
Integer
compute='_compute_bom_qty'
help='Number of BoMs under this BoM tag (not considering children categories)'
args: 'BoM Quantity'
child_id
One2many → mrp.bom.tag
color
Integer
default=<expr>
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
string='Company'
complete_name
Char
compute='_compute_complete_name'
recursive=True
store=True
name
Char
required=True
parent_id
Many2one → mrp.bom.tag
index=True
ondelete='cascade'
args: 'mrp.bom.tag', 'Parent BoM Tag'
parent_path
Char
index=True
unaccent=False
name_get(self)