Repository
OCA/manufacture-reporting · module folder · Try on Runboat
Module version
1.0.0
Category
Manufacturing
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 07:10:05
Authors
Odoo Community Association (OCA), Eficent
Maintainers
Odoo Community Association (OCA), Eficent
Committers
Jordi Ballester Alomar, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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
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 (1)
  • init(self, cr)