TIP: You can type at any time to perform a new search.
MRP Production Serial Matrix Subcontracting
mrp_production_serial_matrix_subcontracting · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Manufacturing
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- https://github.com/OCA/manufacture
- Last tracking update
- 2026-08-07 08:22:59
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- Weblate, OCA-git-bot, oca-ci, DavidJForgeFlow
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Extends `mrp_production_serial_matrix` to support Odoo subcontracting flows. A *Serial Numbers Matrix* button is added to the receipt transfer for subcontracted products tracked by serial number, so the user can fill the component lots/serials matrix without having to open the subcontracting record-components modal first. When the matrix finishes processing (either successfully or with an error), the user who launched it is notified with a message posted on the subcontracting receipt.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_picking_form |
stock.picking.form - mrp_production_serial_matrix_subcontracting | stock.picking | form | Inherits stock.view_picking_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
subcontract_receipt_picking_idMany2one → stock.pickingcomodel_name='stock.picking'help='Receipt this serial matrix was launched from. The completion message is posted on it.'string='Subcontract Receipt'
No public methods.
New fields (1)
-
show_subcontract_serial_matrixBooleancompute='_compute_show_subcontract_serial_matrix'
-
action_open_subcontract_serial_matrix(self)