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 IDNameModelTypeStatus
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_id Many2one → product.product
    comodel_name='product.product' readonly=True string='Component Product'
  • count_parent_usage Integer
    readonly=True string='# Uses in Parent'
  • parent_category_id Many2one → product.category
    comodel_name='product.category' readonly=True store=True string='Parent Product Category'
  • parent_template_id Many2one → product.template
    comodel_name='product.template' readonly=True string='Parent Product Template'
Public methods (0)

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
160 days ago
Last activity
160 days ago
Repository
OCA/manufacture-reporting
Pull request
[19.0][MIG] mrp_bom_matrix_report: Migration to 19.0 (#154)