Shifting End of lot

stock_shifting_end_of_lot
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/12.0/stock_shifting_end_of_lot
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSDenis Roussel, David Beal, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_picking_type_form stock.picking.type xpath Inherits stock.view_picking_type_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • button_validate(self)

New fields (3)
  • end_lot_location_id Many2one → stock.location
    comodel_name='stock.location' help='If defined, allows to move all quantity rest from Source Location after first customer/outgoing or internal picking with this picking type operation' string='End of lot destination'
  • end_lot_partner_ids Many2many → res.partner
    comodel_name='res.partner' help="If set, only pickings matching these partners'll trigger the end of lot behavior" string='Partners'
  • end_lot_picking_type_id Many2one → stock.picking.type
    comodel_name='stock.picking.type' help='If specified, used when an end of lot picking is done.' string='End of lot picking type'
Public methods (0)

No public methods.