MRB BOM Component Find (Product Use Case)

mrp_bom_component_find
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/10.0/mrp_bom_component_find
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYmrp
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Tony Galmiche
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Tony Galmiche
COMMITTERS
COMMITTERSGitHub, Lois Rilo, OCA Transbot, oca-travis
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - stock
    - procurement
    - barcodes
    - web_planner
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
mrp_bom_component_find_line_form_view mrp_bom_component_find_line_form_view mrp.bom.component.find.line form New
mrp_bom_component_find_line_search_view mrp_bom_component_find_line_search_view mrp.bom.component.find.line search New
mrp_bom_component_find_line_tree_view mrp_bom_component_find_line_tree_view mrp.bom.component.find.line tree New
mrp_bom_component_find_wizard_form mrp.bom.component.find.wizard.form mrp.bom.component.find.wizard form New
product_product_form_view_use_case_button product.product.procurement product.product div Inherits product.product_normal_form_view
product_template_form_view_use_case_button product.template.procurement product.template div Inherits product.product_template_only_form_view
Models touched (4)

New fields (6)
  • component_id Many2one → product.product
    args: 'product.product', 'Component'
  • level Char
    args: 'Level'
  • line Integer
    args: 'Line'
  • mrp_bom_id Many2one → mrp.bom
    args: 'mrp.bom', 'Product'
  • quantity Float
    digits=dp.get_precision('Product Unit of Measure') args: 'Quantity'
  • wizard_id Many2one → mrp.bom.component.find.wizard
    args: 'mrp.bom.component.find.wizard', 'Wizard'
Public methods (0)

No public methods.

New fields (1)
  • product_id Many2one → product.product
    required=True args: 'product.product', 'Component'
Public methods (2)
  • do_search_component(self)
    @api.multi
  • mrp_bom_component_find(self, wizard_id, component_id, level)
    @api.multi

New fields (0)

No new fields.

Public methods (1)
  • use_case_action(self)
    @api.multi

New fields (0)

No new fields.

Public methods (1)
  • use_case_action(self)
    @api.multi