Stock Picking Batch Validate Confirm

stock_picking_batch_validate_confirm
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/18.0/stock_picking_batch_validate_confirm
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, David Vidal, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock_picking_batch
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of stock picking batch. When you validate stock batch, if there are pending origin moves, a wizard is shown with pending origin moves.
You must have *Validate Incomplete Batches* permission to Validate Incomplete Batches

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
stock_picking_batch_confirm_view_form stock.picking.batch.confirm.view.form stock.picking.batch.confirm form New
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • action_done(self)

New fields (2)
  • batch_id Many2one → stock.picking.batch
    default=<expr> required=True string='Batch' args: 'stock.picking.batch'
  • move_ids Many2many → stock.move
    compute='_compute_move_ids' string='Moves' args: 'stock.move'
Public methods (1)
  • button_validate(self)
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/16.0/stock_picking_batch_validate_confirm
VERSION
VERSION 1.1.2
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSJairo Llopis, Weblate, OCA-git-bot, oca-ci, Eduardo De Miguel, Emilio Pascual
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:12:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock_picking_batch
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of stock picking batch. When you validate stock batch, if there are pending origin moves, a wizard is shown with pending origin moves.
You must have *Validate Incomplete Batches* permission to Validate Incomplete Batches

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
stock_picking_batch_confirm_view_form stock.picking.batch.confirm.view.form stock.picking.batch.confirm form New
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • action_done(self)

New fields (2)
  • batch_id Many2one → stock.picking.batch
    default=<expr> required=True string='Batch' args: 'stock.picking.batch'
  • move_ids Many2many → stock.move
    compute='_compute_move_ids' string='Moves' args: 'stock.move'
Public methods (1)
  • button_validate(self)