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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
mrp_bom_weight
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 (1)

New fields (3)
  • diff_product_qty_gross_net Float
    compute='_compute_diff_product_qty_gross_net' digits='Product Price'
  • loss_percentage Float
    digits=(16, 2) help='Percentage loss during process' string='Loss %'
  • product_qty_net Float
    digits='Product Unit of Measure' help='Quantity after process' string='Net quantity'
Public methods (3)
  • calculate_qty_net_theoretical(self, product_qty_gross, loss_percentage)
  • set_product_qty_gross(self)
  • set_product_qty_net(self)