TIP: You can type at any time to perform a new search.
MRP BoM Weight
mrp_bom_weight · OCA/manufacture
- 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
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_weightFloatcompute='_compute_bom_components_total_gross_weight'help='Gross weight of components in kg'string='Gross weight of components' -
bom_components_total_net_weightFloatcompute='_compute_bom_components_total_net_weight'help='Net weight of components in kg'string='Net weight of components' -
display_set_quantity_with_net_quantitiesBooleancompute='_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)
New fields (3)
-
line_gross_weightFloatcompute='_compute_line_gross_weight'digits='Product Unit of Measure'string='Gross weight (kg)' -
line_net_weightFloatcompute='_compute_line_net_weight'digits='Product Unit of Measure'string='Net weight (kg)' -
line_net_weight_percentageFloatcompute='_compute_line_net_weight_percentage'string='Net weight %'
No public methods.