Delivery Orders Mass Assign

stock_picking_mass_assign
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_assign
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
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE)
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - procurement
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_check_assign_all stock.picking.check.assign.all.form stock.picking.check.assign.all form New
Models touched (2)

New fields (0)

No new fields.

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

New fields (3)
  • check_availability Boolean
    default=True help='check this box if you want to check the availability of the selected Delivery Orders.' args: 'Check Availability'
  • force_availability Boolean
    default='_default_force_availability' help='check this box if you want to force the availability of the selected Delivery Orders.' args: 'Force Availability'
  • process_picking Boolean
    default='_default_process_picking' help="check this box if you want to deliver all the selected Delivery Orders.\n You'll not have the possibility to realize a partial delivery.\n If you want to do that, please do it manually on the Delivery Order form." args: 'Deliver'
Public methods (1)
  • check(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/9.0/stock_picking_mass_assign
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
COMMITTERSMatthieu Dietrich, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - report
    - procurement
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_check_assign_all stock.picking.check.assign.all.form stock.picking.check.assign.all form New
Models touched (2)

New fields (0)

No new fields.

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

New fields (3)
  • check_availability Boolean
    default=True help='check this box if you want to check the availability of the selected Delivery Orders.' args: 'Check Availability'
  • force_availability Boolean
    default='_default_force_availability' help='check this box if you want to force the availability of the selected Delivery Orders.' args: 'Force Availability'
  • process_picking Boolean
    default='_default_process_picking' help="check this box if you want to deliver all the selected Delivery Orders.\n You'll not have the possibility to realize a partial delivery.\n If you want to do that, please do it manually on the Delivery Order form." args: 'Deliver'
Public methods (1)
  • check(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/7.0/stock_picking_mass_assign
VERSION
VERSION 0.2
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
COMMITTERSGuewen Baconnier, Alexandre Fayolle, Matthieu Dietrich, Sylvain LE GAL, Rudolf Schnapka
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - process
    - web
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - account
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Delivery Orders Mass Assign
===========================

Facilities to check the availability of delivery orders:

* A wizard which allows on multiple delivery orders at a time to:
    * check availability of Delivery Orders;
    * force availability of Delivery Orders;
    * process Pickings (deliver);

* A scheduled action to check availability of all the delivery orders.
  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_check_assign_all stock.picking.check.assign.all.form stock.picking.check.assign.all form New
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • check_assign_all(self, cr, uid, ids=None, context=None)
    Try to assign confirmed pickings

New fields (0)

No new fields.

Public methods (1)
  • check(self, cr, uid, ids, context=None)