| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/manufacture |
| GIT | |
| GIT | https://github.com/OCA/manufacture.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/manufacture/tree/16.0/mrp_bom_weight |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Manufacturing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | GitHub, Weblate, OCA-git-bot, Quentin Dupont, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/manufacture |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_mrp_bom_form |
mrp.bom | xpath | Inherits mrp.mrp_bom_form_view |
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'
set_bom_quantity_with_net_quantities(self)
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 %'
No public methods.