TIP: You can type at any time to perform a new search.
MRP BoM Line Net and Gross Quantity
mrp_bom_line_net_qty · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Manufacturing
- Folder size
- 0.4 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 (1)
New fields (3)
-
diff_product_qty_gross_netFloatcompute='_compute_diff_product_qty_gross_net'digits='Product Price' -
loss_percentageFloatdigits=(16, 2)help='Percentage loss during process'string='Loss %' -
product_qty_netFloatdigits='Product Unit of Measure'help='Quantity after process'string='Net quantity'
-
calculate_qty_net_theoretical(self, product_qty_gross, loss_percentage) -
set_product_qty_gross(self) -
set_product_qty_net(self)