| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-workflow |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-workflow/tree/10.0/stock_picking_mass_assign |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, GRAP |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE) |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_check_assign_all |
stock.picking.check.assign.all.form | stock.picking.check.assign.all | form | New |
No new fields.
Public methods (1)check_assign_all(self)
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'
check(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-workflow |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-workflow/tree/9.0/stock_picking_mass_assign |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, GRAP |
| COMMITTERS | |
| COMMITTERS | Matthieu Dietrich, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_check_assign_all |
stock.picking.check.assign.all.form | stock.picking.check.assign.all | form | New |
No new fields.
Public methods (1)check_assign_all(self)
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'
check(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-workflow |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-workflow/tree/7.0/stock_picking_mass_assign |
| VERSION | |
| VERSION | 0.2 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, GRAP |
| COMMITTERS | |
| COMMITTERS | Guewen Baconnier, Alexandre Fayolle, Matthieu Dietrich, Sylvain LE GAL, Rudolf Schnapka |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:14 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - process - web - decimal_precision - 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.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_check_assign_all |
stock.picking.check.assign.all.form | stock.picking.check.assign.all | form | New |
No new fields.
Public methods (1)check_assign_all(self, cr, uid, ids=None, context=None)
No new fields.
Public methods (1)check(self, cr, uid, ids, context=None)