Stock Picking Batch start

stock_picking_batch_start
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_start
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSsbejaoui, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:51
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-workflow:
    - stock_picking_start
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

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_picking_batch_tree_view stock.picking.batch tree Inherits stock_picking_batch.stock_picking_batch_tree
stock_picking_wave_form_view stock.picking.batch xpath Inherits stock_picking_batch.stock_picking_batch_form
view_picking_batch_internal_search stock.picking.batch filter Inherits stock_picking_batch.stock_picking_batch_filter
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • assign_batch_user(self, user_id)

New fields (3)
  • action_cancel_start_allowed Boolean
    compute='_compute_action_cancel_start_allowed'
  • action_start_allowed Boolean
    compute='_compute_action_start_allowed'
  • started Boolean
    compute='_compute_started' store=True
Public methods (2)
  • action_cancel_start(self)
  • action_start(self)