| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-workflow |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-workflow/tree/15.0/stock_picking_operation_manual_lot_selection |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, Stephane Mangin, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:37 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
onchange_manual_production_lot_id(self)
use_manual_lots
Boolean
related='picking_type_id.use_manual_lots'
No public methods.
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'
No public methods.