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 IDNameModelTypeStatus
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_id Many2one → stock.picking
    comodel_name='stock.picking' help='Receipt this serial matrix was launched from. The completion message is posted on it.' string='Subcontract Receipt'
Public methods (0)

No public methods.

New fields (1)
  • show_subcontract_serial_matrix Boolean
    compute='_compute_show_subcontract_serial_matrix'
Public methods (1)
  • action_open_subcontract_serial_matrix(self)