Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.1
Category
Manufacturing
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 08:42:53
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Lois Rilo, hparfr, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the functionality of Bill of Materials to support
users to better maintain the BoM hierarchy.

The user can navigate from the tree view to child's BoM or parent's BoM,
or to the product's BoM components with a single click.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
mrp_bom_form_view mrp.bom.form mrp.bom form Inherits mrp.mrp_bom_form_view
mrp_bom_hierarchy_tree_view mrp.bom.tree mrp.bom tree Inherits mrp.mrp_bom_tree_view
view_mrp_bom_filter mrp.bom.select mrp.bom Inherits mrp.view_mrp_bom_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (5)
  • child_bom_ids One2many → mrp.bom
    compute='_compute_child_bom_ids' args: 'mrp.bom'
  • has_child Boolean
    compute='_compute_child_bom_ids' search='_search_has_child' string='Has components'
  • has_parent Boolean
    compute='_compute_parent_bom_ids' search='_search_has_parent' string='Is component'
  • parent_bom_ids One2many → mrp.bom
    compute='_compute_parent_bom_ids' args: 'mrp.bom'
  • product_has_other_bom Boolean
    compute='_compute_product_has_other_bom' string='Product has other BoMs'
Public methods (3)
  • action_open_child_tree_view(self)
  • action_open_parent_tree_view(self)
  • action_open_product_other_bom_tree_view(self)

New fields (1)
  • has_bom Boolean
    compute='_compute_has_bom' compute_sudo=True string='Has sub BoM'
Public methods (1)
  • action_open_product_bom_tree_view(self)

Loading…

Loading…

Loading…

Loading…