Stock Picking Mass Action

stock_picking_mass_action
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_mass_action
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Camptocamp, GRAP
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Camptocamp, GRAP
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Maksym Yankin
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_account
    - 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
    - account
    - onboarding
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Facilities to check the availability of stock picking list:

- A wizard which allows on multiple stock pickings at a time to:

  - Confirm draft picking;
  - check availability of picking;
  - transfer picking;

- A scheduled action to check availability of all the stock picking. It
  is not active by default.

  This may be necessary for those who want to check the availability
  more often than running the procurement scheduler.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_picking_mass_action_form stock.picking.mass.action form New
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • check_assign_all(self, domain=None)
    @api.model
    Try to assign confirmed pickings

New fields (3)
  • confirm Boolean
    default=True help='check this box if you want to mark as Todo the selected Pickings.' string='Mark as Todo'
  • picking_ids Many2many → stock.picking
    comodel_name='stock.picking' default=<expr> help='' string='Pickings'
  • transfer Boolean
    default=<expr> help="check this box if you want to transfer all the selected pickings.\n You'll not have the possibility to realize a partial transfer.\n If you want to do that, please do it manually on the picking form."
Public methods (1)
  • mass_action(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/17.0/stock_picking_mass_action
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Camptocamp, GRAP
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Camptocamp, GRAP
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, r.perez
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - onboarding
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Facilities to check the availability of stock picking list:

- A wizard which allows on multiple stock pickings at a time to:

  - Confirm draft picking;
  - check availability of picking;
  - transfer picking;

- A scheduled action to check availability of all the stock picking. It
  is not active by default.

  This may be necessary for those who want to check the availability
  more often than running the procurement scheduler.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_picking_mass_action_form stock.picking.mass.action form New
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • check_assign_all(self, domain=None)
    @api.model
    Try to assign confirmed pickings

New fields (3)
  • confirm Boolean
    default=True help='check this box if you want to mark as Todo the selected Pickings.' string='Mark as Todo'
  • picking_ids Many2many → stock.picking
    comodel_name='stock.picking' default=<expr> help='' string='Pickings'
  • transfer Boolean
    default=<expr> help="check this box if you want to transfer all the selected pickings.\n You'll not have the possibility to realize a partial transfer.\n If you want to do that, please do it manually on the picking form."
Public methods (1)
  • mass_action(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_mass_action
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Camptocamp, GRAP
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Camptocamp, GRAP
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Rodrigo, oca-ci, Carlos Roca, Carolina Fernandez
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:51
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_picking_mass_action_form stock.picking.mass.action form New
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • action_immediate_transfer_wizard(self)
  • check_assign_all(self, domain=None)
    @api.model
    Try to assign confirmed pickings

New fields (3)
  • confirm Boolean
    default=True help='check this box if you want to mark as Todo the selected Pickings.' string='Mark as Todo'
  • picking_ids Many2many → stock.picking
    comodel_name='stock.picking' default=<expr> help='' string='Pickings'
  • transfer Boolean
    default=<expr> help="check this box if you want to transfer all the selected pickings.\n You'll not have the possibility to realize a partial transfer.\n If you want to do that, please do it manually on the picking form."
Public methods (1)
  • mass_action(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/15.0/stock_picking_mass_action
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Camptocamp, GRAP
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Camptocamp, GRAP
COMMITTERS
COMMITTERSLois Rilo, Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Karl Southern, josep-tecnativa
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_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_picking_mass_action_form stock.picking.mass.action form New
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • action_immediate_transfer_wizard(self)
  • check_assign_all(self, domain=None)
    @api.model
    Try to assign confirmed pickings

New fields (4)
  • check_availability Boolean
    default=<expr> help='check this box if you want to check the availability of the selected Pickings.'
  • confirm Boolean
    default=True help='check this box if you want to mark as Todo the selected Pickings.' string='Mark as Todo'
  • picking_ids Many2many → stock.picking
    comodel_name='stock.picking' default=<expr> help='' string='Pickings'
  • transfer Boolean
    default=<expr> help="check this box if you want to transfer all the selected pickings.\n You'll not have the possibility to realize a partial transfer.\n If you want to do that, please do it manually on the picking form."
Public methods (1)
  • mass_action(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/14.0/stock_picking_mass_action
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Camptocamp, GRAP
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Camptocamp, GRAP
COMMITTERS
COMMITTERSsbejaoui, oca-travis, Weblate, OCA-git-bot, oca-git-bot, sonhd
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:04
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_picking_mass_action_form stock.picking.mass.action form New
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • action_immediate_transfer_wizard(self)
  • check_assign_all(self)
    @api.model
    Try to assign confirmed pickings

New fields (4)
  • check_availability Boolean
    default=<expr> help='check this box if you want to check the availability of the selected Pickings.' string='Check Availability'
  • confirm Boolean
    default=True help='check this box if you want to mark as Todo the selected Pickings.' string='Mark as Todo'
  • picking_ids Many2many → stock.picking
    comodel_name='stock.picking' default=<expr> help='' string='Pickings'
  • transfer Boolean
    default=<expr> help="check this box if you want to transfer all the selected pickings.\n You'll not have the possibility to realize a partial transfer.\n If you want to do that, please do it manually on the picking form." string='Transfer'
Public methods (1)
  • mass_action(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/13.0/stock_picking_mass_action
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Camptocamp, GRAP
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Camptocamp, GRAP
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, Sergio Teruel, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - account
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_picking_mass_action_form stock.picking.mass.action form New
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • action_immediate_transfer_wizard(self)
  • check_assign_all(self)
    @api.model
    Try to assign confirmed pickings

New fields (4)
  • check_availability Boolean
    default=<expr> help='check this box if you want to check the availability of the selected Pickings.' string='Check Availability'
  • confirm Boolean
    default=True help='check this box if you want to mark as Todo the selected Pickings.' string='Mark as Todo'
  • picking_ids Many2many → stock.picking
    comodel_name='stock.picking' default=<expr> help='' string='Pickings'
  • transfer Boolean
    default=<expr> help="check this box if you want to transfer all the selected pickings.\n You'll not have the possibility to realize a partial transfer.\n If you want to do that, please do it manually on the picking form." string='Transfer'
Public methods (1)
  • mass_action(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/12.0/stock_picking_mass_action
VERSION
VERSION 1.1.2
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Camptocamp, GRAP
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Camptocamp, GRAP
COMMITTERS
COMMITTERSDenis Roussel, Carlos Dauden, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Iryna Vyshnevska, Iryna Vushnevska
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_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - account
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_picking_mass_action_form stock.picking.mass.action form New
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • action_immediate_transfer_wizard(self)
  • check_assign_all(self)
    @api.model
    Try to assign confirmed pickings

New fields (4)
  • check_availability Boolean
    default=<expr> help='check this box if you want to check the availability of the selected Pickings.' string='Check Availability'
  • confirm Boolean
    default=True help='check this box if you want to mark as Todo the selected Pickings.' string='Mark as Todo'
  • picking_ids Many2many → stock.picking
    comodel_name='stock.picking' default=<expr> help='' string='Pickings'
  • transfer Boolean
    default=<expr> help="check this box if you want to transfer all the selected pickings.\n You'll not have the possibility to realize a partial transfer.\n If you want to do that, please do it manually on the picking form." string='Transfer'
Public methods (1)
  • mass_action(self)
    @api.multi
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/11.0/stock_picking_mass_action
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Camptocamp, GRAP
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Camptocamp, GRAP
COMMITTERS
COMMITTERSCarlos Dauden, OCA Transbot, oca-travis, Weblate, OCA-git-bot, mpanarin
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - barcodes
    - web_planner
    - account
    - analytic
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_picking_mass_action_form stock.picking.mass.action form New
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • action_immediate_transfer_wizard(self)
  • check_assign_all(self)
    @api.model
    Try to assign confirmed pickings

New fields (5)
  • check_availability Boolean
    default=<expr> help='check this box if you want to check the availability of the selected Pickings.' string='Check Availability'
  • confirm Boolean
    default=True help='check this box if you want to mark as Todo the selected Pickings.' string='Mark as Todo'
  • force_availability Boolean
    default=<expr> help='check this box if you want to force the availability of the selected Pickings.' string='Force Availability'
  • picking_ids Many2many → stock.picking
    comodel_name='stock.picking' default=<expr> help='' string='Pickings'
  • transfer Boolean
    default=<expr> help="check this box if you want to transfer all the selected pickings.\n You'll not have the possibility to realize a partial transfer.\n If you want to do that, please do it manually on the picking form." string='Transfer'
Public methods (1)
  • mass_action(self)
    @api.multi
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/10.0/stock_picking_mass_action
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Camptocamp, GRAP
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Camptocamp, GRAP
COMMITTERS
COMMITTERScubells, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - procurement
    - barcodes
    - web_planner
    - account
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_picking_mass_action_form stock.picking.mass.action form New
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • check_assign_all(self)
    @api.model
    Try to assign confirmed pickings

New fields (4)
  • check_availability Boolean
    default=_default_check_availability help='check this box if you want to check the availability of the selected Pickings.' string='Check Availability'
  • confirm Boolean
    default=True help='check this box if you want to mark as Todo the selected Pickings.' string='Mark as Todo'
  • force_availability Boolean
    default=_default_force_availability help='check this box if you want to force the availability of the selected Pickings.' string='Force Availability'
  • transfer Boolean
    default=_default_transfer help="check this box if you want to transfer all the selected pickings.\n You'll not have the possibility to realize a partial transfer.\n If you want to do that, please do it manually on the picking form." string='Transfer'
Public methods (1)
  • mass_action(self)
    @api.multi
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/8.0/stock_picking_mass_action
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, GRAP
COMMITTERS
COMMITTERSSylvain LE GAL, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot, Quentin Dupont
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - procurement
    - board
    - web_kanban_gauge
    - web_kanban_sparkline
    - account
    - analytic
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_picking_mass_action_form stock.picking.mass.action form New
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • check_assign_all(self)
    @api.model
    Try to assign confirmed pickings

New fields (5)
  • check_availability Boolean
    default=_default_check_availability help='check this box if you want to check the availability of the selected Pickings.' string='Check Availability'
  • confirm Boolean
    default=True help='check this box if you want to mark as Todo the selected Pickings.' string='Mark as Todo'
  • create_invoice Boolean
    default=_default_create_invoice help='check this box if you want to create Invoices or Refunds for all the selected Pickings.' args: 'Create Invoices/Refunds'
  • force_availability Boolean
    default=_default_force_availability help='check this box if you want to force the availability of the selected Pickings.' string='Force Availability'
  • transfer Boolean
    default=_default_transfer help="check this box if you want to transfer all the selected pickings.\n You'll not have the possibility to realize a partial transfer.\n If you want to do that, please do it manually on the picking form." string='Transfer'
Public methods (1)
  • mass_action(self)
    @api.multi
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
PULL REQUEST
PULL REQUEST[19.0][MIG] stock_picking_mass_action: Migration to 19.0 (#2161)