Stock Picking Operation Manual Lot Selection

stock_picking_operation_manual_lot_selection
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/15.0/stock_picking_operation_manual_lot_selection
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSOCA-git-bot, Stephane Mangin, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:37
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
view_picking_form stock.picking.form stock.picking field Inherits stock.view_picking_form
view_picking_type_form Operation Types stock.picking.type field Inherits stock.view_picking_type_form
view_picking_type_tree Operation types stock.picking.type field Inherits stock.view_picking_type_tree
view_stock_move_line_detailed_operation_tree stock.move.line.operations.tree stock.move.line field Inherits stock.view_stock_move_line_detailed_operation_tree
view_stock_move_line_operation_tree stock.move.line.operations.tree stock.move.line field Inherits stock.view_stock_move_line_operation_tree
Models touched (3)

New fields (2)
  • manual_production_lot_id Many2one → stock.production.lot
    check_company=True copy=False domain="[('product_id', '=', product_id), ('company_id', '=', company_id)]" help='This field is used to manually select a production lot.' args: 'stock.production.lot', 'Lot/Serial Number (manual)'
  • use_manual_lots Boolean
    related='picking_id.use_manual_lots'
Public methods (1)
  • onchange_manual_production_lot_id(self)
    @api.onchange('manual_production_lot_id')

New fields (1)
  • use_manual_lots Boolean
    related='picking_type_id.use_manual_lots'
Public methods (0)

No public methods.

New fields (1)
  • use_manual_lots Boolean
    help='If checked, the user will be able to manually select a production lot for each move line.' string='Manual Production Lot Selection'
Public methods (0)

No public methods.