Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.0
Category
Manufacturing
Folder size
0.17 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 08:09:18
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
GitHub, Weblate, OCA-git-bot, oca-ci, Quentin Dupont
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_mrp_bom_form mrp.bom form Inherits mrp.mrp_bom_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (3)
  • bom_components_total_gross_weight Float
    compute='_compute_bom_components_total_gross_weight' help='Gross weight of components in kg' string='Gross weight of components'
  • bom_components_total_net_weight Float
    compute='_compute_bom_components_total_net_weight' help='Net weight of components in kg' string='Net weight of components'
  • display_set_quantity_with_net_quantities Boolean
    compute='_compute_display_set_quantity_with_net_quantities' help='Technical field used to display or hide button set_bom_quantity_with_net_quantities in the BoM Form view'
Public methods (1)
  • set_bom_quantity_with_net_quantities(self)

New fields (3)
  • line_gross_weight Float
    compute='_compute_line_gross_weight' digits='Product Unit of Measure' string='Gross weight (kg)'
  • line_net_weight Float
    compute='_compute_line_net_weight' digits='Product Unit of Measure' string='Net weight (kg)'
  • line_net_weight_percentage Float
    compute='_compute_line_net_weight_percentage' string='Net weight %'
Public methods (0)

No public methods.