TIP: You can type at any time to perform a new search.
Bill of Material Selection Reference
mrp_bom_reference_selection · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Others
- Folder size
- 0.03 MB
- License
- AGPL-3
- Application
- Yes
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-07 07:17:46
- Authors
- Savoir-faire Linux
- Maintainers
- Savoir-faire Linux
- Committers
- Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Code Analysis ⓘ
Views touched (6)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_bom_form_view |
mrp.bom.form | mrp.bom | form | Inherits mrp.mrp_bom_form_view |
mrp_bom_tree_view |
mrp.bom.tree | mrp.bom | tree | New |
search_product_lot_filter |
stock.production.lot.filter | stock.production.lot | search | Inherits stock.search_product_lot_filter |
view_mrp_product_produce_wizard |
mrp.product.produce.form | mrp.product.produce | form | Inherits mrp.view_mrp_product_produce_wizard |
view_production_lot_form |
stock.production.lot.form | stock.production.lot | form | Inherits stock.view_production_lot_form |
view_production_lot_tree |
stock.production.lot.tree | stock.production.lot | tree | Inherits stock.view_production_lot_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (6)
New fields (1)
-
reference_idOne2many → mrp.bom.referencestring='BoM Reference' args: 'mrp.bom.reference', 'bom_id'
-
create(self, vals)@api.model
New fields (4)
-
child_line_idsOne2manycompute='_get_child_bom_lines'relation='mrp.bom.line'string='BOM lines of the referred bom' -
product_idMany2one → product.productrequired=Truestring='Product' args: 'product.product' -
product_tmpl_idMany2one → product.templaterelated='product_id.product_tmpl_id'store=True args: 'product.template', 'Product Template' -
reference_idMany2one → mrp.bom.referenceargs: 'mrp.bom.reference', 'Ref'
-
onchange_product_id(self, product_id)@api.multi
New fields (2)
-
bom_idMany2one → mrp.bomondelete='cascade'required=Truestring='Bill of Material' args: 'mrp.bom' -
nameCharrelated='bom_id.code'store=True
No public methods.
New fields (1)
-
bom_idMany2one → mrp.bomdefault=_get_default_bom_idreadonly=True args: 'mrp.bom', 'Bill of Material'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
action_produce(self, production_id, production_qty, production_mode, wiz=False)@api.modelAffect the Bill of Material to each serial number related to the produced stocks
New fields (1)
-
bom_idMany2one → mrp.bomargs: 'mrp.bom', 'Bill of Material'
No public methods.
Loading…
Loading…