TIP: You can type at any time to perform a new search.
MRP BOM Matrix Report
mrp_bom_matrix_report · OCA/manufacture-reporting
- Repository
- OCA/manufacture-reporting · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Manufacturing
- Folder size
- 0.04 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/manufacture-reporting
- Last tracking update
- 2026-08-07 08:43:07
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- ThiagoMForgeFlow, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
The Matrix Bill of Materials is a report that shows connections between all parents and all components. This report helps to identify the products that are used in lots of assemblies or finished products. If a raw material/assembly is used in many parent assemblies/finished products, it is likely that you'd want to make sure that you never run out of it.
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_bom_matrix_report__form_view |
mrp.bom.matrix.report.form | mrp.bom.matrix.report | form | New |
mrp_bom_matrix_report_pivot |
mrp.bom.matrix.report.pivot | mrp.bom.matrix.report | pivot | New |
mrp_bom_matrix_report_search_view |
mrp.bom.matrix.report.search | mrp.bom.matrix.report | search | New |
mrp_bom_matrix_report_tree_view |
mrp.bom.matrix.report.tree | mrp.bom.matrix.report | list | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (4)
-
component_idMany2one → product.productcomodel_name='product.product'readonly=Truestring='Component Product' -
count_parent_usageIntegerreadonly=Truestring='# Uses in Parent' -
parent_category_idMany2one → product.categorycomodel_name='product.category'readonly=Truestore=Truestring='Parent Product Category' -
parent_template_idMany2one → product.templatecomodel_name='product.template'readonly=Truestring='Parent Product Template'
No public methods.
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 161 days ago
- Last activity
- 161 days ago
- Repository
- OCA/manufacture-reporting
- Pull request
- [19.0][MIG] mrp_bom_matrix_report: Migration to 19.0 (#154)