Report MRP BOM Matrix

report_mrp_bom_matrix
REPOSITORY
REPOSITORYOCA/manufacture-reporting
GIT
GIThttps://github.com/OCA/manufacture-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture-reporting/tree/9.0/report_mrp_bom_matrix
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent
COMMITTERS
COMMITTERSJordi Ballester Alomar, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - report
    - procurement
    - stock_account
    - stock
    - barcodes
    - web_planner
    - account
    - analytic
    - web_tip
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
report_mrp_bom_form_view report.mrp.bom.matrix.form report.mrp.bom.matrix form New
report_mrp_bom_matrix_pivot report.mrp.bom.matrix.pivot report.mrp.bom.matrix pivot New
report_mrp_bom_search_view report.mrp.bom.matrix.search report.mrp.bom.matrix search New
report_mrp_bom_tree_view report.mrp.bom.matrix.tree report.mrp.bom.matrix tree New
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 (1)
  • init(self, cr)