Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.0
Category
MRP
Folder size
0.08 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 07:47:35
Authors
Odoo Community Association (OCA), Odoo S.A., ForgeFlow
Maintainers
Odoo Community Association (OCA), Odoo S.A., ForgeFlow
Committers
Weblate, OCA-git-bot, oca-ci, mariadforgeflow
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
assets_backend mrp assets ir.ui.view qweb Inherits mrp.assets_backend
mrp_bom_form_view mrp.bom.form mrp.bom form Inherits mrp.mrp_bom_form_view
mrp_production_form_view mrp.production.form mrp.production form Inherits mrp.mrp_production_form_view
report_mrp_bom report_mrp_bom ir.ui.view qweb Inherits mrp.report_mrp_bom
report_mrp_bom_line_byproduct_cost report_mrp_bom_line_byproduct_cost ir.ui.view qweb Inherits mrp.report_mrp_bom_line
report_mrp_bom_pdf_line_byproduct_cost report_mrp_bom_pdf_line_byproduct_cost ir.ui.view qweb Inherits mrp.report_mrp_bom_pdf_line
report_mrp_byproduct_line report_mrp_byproduct_line ir.ui.view qweb New
report_mrp_operation_line_byproduct report_mrp_operation_line_byproduct ir.ui.view qweb Inherits mrp.report_mrp_operation_line
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (7)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • cost_share Float
    digits=(5, 2) help="The percentage of the final production cost for this by-product line (divided between the quantity produced).The total of all by-products' cost share must be less than or equal to 100." args: 'Cost Share (%)'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_view_bom(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • get_byproducts(self, bom_id=False, qty=0, level=0, total=0)
    @api.model

New fields (1)
  • cost_share Float
    digits=(5, 2) help="The percentage of the final production cost for this by-product. The total of all by-products' cost share must be smaller or equal to 100." args: 'Cost Share (%)'
Public methods (0)

No public methods.