MRP BoM Weight

mrp_bom_weight
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/16.0/mrp_bom_weight
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSGitHub, Weblate, OCA-git-bot, Quentin Dupont, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/manufacture:
    - mrp_bom_line_net_qty
OCA/product-attribute:
    - product_uom_measure_type
    - product_net_weight
odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_mrp_bom_form mrp.bom xpath Inherits mrp.mrp_bom_form_view
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.