Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.0
Category
Manufacturing/Manufacturing
Folder size
0.06 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 08:42:53
Authors
Odoo Community Association (OCA), Moduon
Maintainers
Odoo Community Association (OCA), Moduon
Committers
Weblate, OCA-git-bot, oca-ci, Sabrina Martín
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows and encourages the use of packaging within MRP, both to
manufacture products or to create kits.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
mrp_bom_form_view Product packaging mrp.bom form Inherits mrp.mrp_bom_form_view
mrp_production_form_view Product packaging mrp.production form Inherits mrp.mrp_production_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • product_packaging_id Many2one → product.packaging
    check_company=True comodel_name='product.packaging' compute='_compute_product_packaging' domain="[('product_id', '=', product_id)]" readonly=False store=True string='Packaging'
  • product_packaging_qty Float
    compute='_compute_product_packaging' digits='Product Unit of Measure' readonly=False store=True string='Packaging Qty.'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
    Inherit packaging from BoM line.
  • write(self, vals)
    Inherit packaging from BoM line.

Loading…