Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.0
Category
mrp
Folder size
0.09 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 07:17:46
Authors
Odoo Community Association (OCA), Tony Galmiche
Maintainers
Odoo Community Association (OCA), Tony Galmiche
Committers
GitHub, Lois Rilo, OCA Transbot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits product.product_normal_form_view
product_template_form_view_use_case_button product.template.procurement product.template form Inherits product.product_template_only_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

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