Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.0
Category
Manufacturing
Folder size
0.05 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), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Marina Alapont, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
mrp_production_form_view_unique_lot mrp.production.form.unique.lot mrp.production form Inherits mrp.mrp_production_form_view
view_picking_type_form_inherit_mrp_unique_lot Operation Types - Unique Production Lot stock.picking.type form Inherits mrp.view_picking_type_form_inherit_mrp
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • allowed_lot_producing_ids Many2many → stock.lot
    compute='_compute_allowed_lot_producing_ids' string='Allowed Lot/Serial Numbers' args: 'stock.lot'
  • force_lot_uniqueness Boolean
    related='picking_type_id.force_production_lot_uniqueness'
Public methods (0)

No public methods.

New fields (1)
  • force_production_lot_uniqueness Boolean
    help='If checked, each Manufacturing Order (MO) will have a unique lot number for its finished products. Therefore, lot numbers that have already been used in an MO cannot be reused.'
Public methods (0)

No public methods.

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
181 days ago
Last activity
143 days ago
Repository
OCA/manufacture
Pull request
[19.0][MIG] mrp_production_unique_lot (#1734)