TIP: You can type at any time to perform a new search.
MRP BoM Tag
mrp_bom_tag · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.2.0
- Category
- Manufacture
- Folder size
- 0.16 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/manufacture
- Last tracking update
- 2026-08-07 08:09:18
- Authors
- Odoo Community Association (OCA), GRAP
- Maintainers
- Odoo Community Association (OCA), GRAP
- Committers
- Weblate, OCA-git-bot, oca-ci, Quentin Dupont
Code Analysis ⓘ
Views touched (6)
| 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 | form | Inherits mrp.mrp_bom_form_view | |
view_mrp_bom_search |
mrp.bom | search | Inherits mrp.view_mrp_bom_filter | |
view_mrp_bom_tree |
mrp.bom | tree | Inherits mrp.mrp_bom_tree_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
bom_tag_idsMany2many → mrp.bom.tagcomodel_name='mrp.bom.tag'help='Choose or create your tags for your BoM and set its color.'string='Tags'
No public methods.
New fields (9)
-
bom_idsMany2many → mrp.bomcomodel_name='mrp.bom' -
bom_qtyIntegercompute='_compute_bom_qty'help='Number of BoMs under this BoM tag (not considering children categories)' args: 'BoM Quantity' -
child_idOne2many → mrp.bom.tagargs: 'mrp.bom.tag', 'parent_id', 'Child Categories' -
colorIntegerdefault=<expr> -
company_idMany2one → res.companycomodel_name='res.company'default=<expr>string='Company' -
complete_nameCharcompute='_compute_complete_name'recursive=Truestore=True -
nameCharrequired=True -
parent_idMany2one → mrp.bom.tagindex=Trueondelete='cascade' args: 'mrp.bom.tag', 'Parent BoM Tag' -
parent_pathCharindex=Trueunaccent=False
-
name_get(self)