| 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/18.0/stock_picking_operation_quick_change |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, eduardo |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:15 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - 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 standard WMS to allow change destination location for all picking operations. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_picking_operation_change_location_view |
Change Operation Destination Location | stock.picking.operation.wizard | form | New |
view_picking_form |
stock.picking | xpath | Inherits stock.view_picking_form |
allowed_product_ids
Many2many → product.product
comodel_name='product.product'
compute='_compute_allowed_product_ids'
change_all
Boolean
help='Check if you want change all operations without filter by old location'
location_dest_id
Many2one → stock.location
comodel_name='stock.location'
readonly=True
required=True
string='Actual destination location'
new_location_dest_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='New destination location'
old_location_dest_id
Many2one → stock.location
comodel_name='stock.location'
default=_default_old_dest_location_id
domain=<expr>
string='Old destination location'
picking_id
Many2one → stock.picking
comodel_name='stock.picking'
product_id
Many2one → product.product
comodel_name='product.product'
domain="[('id', 'in', allowed_product_ids)]"
action_apply(self)
check_allowed_pickings(self, pickings)
default_get(self, fields)
| 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/16.0/stock_picking_operation_quick_change |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Florian da Costa, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:51 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_picking_operation_change_location_view |
Change Operation Destination Location | stock.picking.operation.wizard | form | New |
view_picking_form |
stock.picking | xpath | Inherits stock.view_picking_form |
allowed_product_ids
Many2many → product.product
comodel_name='product.product'
compute='_compute_allowed_product_ids'
change_all
Boolean
help='Check if you want change all operations without filter by old location'
location_dest_id
Many2one → stock.location
comodel_name='stock.location'
readonly=True
required=True
string='Actual destination location'
new_location_dest_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='New destination location'
old_location_dest_id
Many2one → stock.location
comodel_name='stock.location'
default=_default_old_dest_location_id
domain=<expr>
string='Old destination location'
picking_id
Many2one → stock.picking
comodel_name='stock.picking'
product_id
Many2one → product.product
comodel_name='product.product'
domain="[('id', 'in', allowed_product_ids)]"
action_apply(self)
check_allowed_pickings(self, pickings)
default_get(self, fields)
| 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/15.0/stock_picking_operation_quick_change |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | sergio-teruel, Weblate, OCA-git-bot, oca-ci, duyanh |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:37 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_picking_operation_change_location_view |
Change Operation Destination Location | stock.picking.operation.wizard | form | New |
view_picking_form |
stock.picking | xpath | Inherits stock.view_picking_form |
allowed_product_ids
Many2many → product.product
comodel_name='product.product'
compute='_compute_allowed_product_ids'
change_all
Boolean
help='Check if you want change all operations without filter by old location'
location_dest_id
Many2one → stock.location
comodel_name='stock.location'
readonly=True
required=True
string='Actual destination location'
new_location_dest_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='New destination location'
old_location_dest_id
Many2one → stock.location
comodel_name='stock.location'
default=_default_old_dest_location_id
domain=<expr>
string='Old destination location'
picking_id
Many2one → stock.picking
comodel_name='stock.picking'
product_id
Many2one → product.product
comodel_name='product.product'
domain="[('id', 'in', allowed_product_ids)]"
action_apply(self)
check_allowed_pickings(self, pickings)
default_get(self, fields)
| 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/13.0/stock_picking_operation_quick_change |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, Miquel Raïch, oca-travis, Weblate, OCA-git-bot, oca-ci, Carlos Roca |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:15 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_picking_operation_change_location_view |
Change Operation Destination Location | stock.picking.operation.wizard | form | New |
view_picking_form |
stock.picking | xpath | Inherits stock.view_picking_form |
allowed_product_ids
Many2many → product.product
comodel_name='product.product'
compute='_compute_allowed_product_ids'
change_all
Boolean
help='Check if you want change all operations without filter by old location'
string='Change All'
location_dest_id
Many2one → stock.location
comodel_name='stock.location'
readonly=True
required=True
string='Actual destination location'
new_location_dest_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='New destination location'
old_location_dest_id
Many2one → stock.location
comodel_name='stock.location'
default=_default_old_dest_location_id
domain=<expr>
string='Old destination location'
picking_id
Many2one → stock.picking
comodel_name='stock.picking'
product_id
Many2one → product.product
comodel_name='product.product'
domain="[('id', 'in', allowed_product_ids)]"
action_apply(self)
check_allowed_pickings(self, pickings)
default_get(self, fields)
| 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/12.0/stock_picking_operation_quick_change |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | mreficent, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - uom - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_picking_operation_change_location_view |
Change Operation Destination Location | stock.picking.operation.wizard | form | New |
view_picking_form |
stock.picking | xpath | Inherits stock.view_picking_form |
change_all
Boolean
help='Check if you want change all operations without filter by old location'
string='Change All'
location_dest_id
Many2one → stock.location
comodel_name='stock.location'
readonly=True
required=True
string='Actual destination location'
new_location_dest_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='New destination location'
old_location_dest_id
Many2one → stock.location
comodel_name='stock.location'
default=_default_old_dest_location_id
domain=<expr>
string='Old destination location'
action_apply(self)
check_allowed_pickings(self, pickings)
default_get(self, fields)
| 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/11.0/stock_picking_operation_quick_change |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Inventory |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | mreficent, OCA Transbot, oca-travis, Weblate, OCA-git-bot, OCA Git Bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:59 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - barcodes - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_picking_operation_change_location_view |
Change Operation Destination Location | stock.picking.operation.wizard | form | New |
view_picking_form |
stock.picking | xpath | Inherits stock.view_picking_form |
change_all
Boolean
help='Check if you want change all operations without filter by old location'
string='Change All'
location_dest_id
Many2one → stock.location
comodel_name='stock.location'
readonly=True
required=True
string='Actual destination location'
new_location_dest_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='New destination location'
old_location_dest_id
Many2one → stock.location
comodel_name='stock.location'
default=_default_old_dest_location_id
domain=<expr>
string='Old destination location'
action_apply(self)
check_allowed_pickings(self, pickings)
default_get(self, fields)
| 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_operation_quick_change |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Inventory |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | mreficent, oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | http://www.tecnativa.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 |
|---|---|---|---|---|
stock_picking_operation_change_location_view |
Change Operation Destination Location | stock.picking.operation.wizard | form | New |
view_picking_form |
stock.picking | xpath | Inherits stock.view_picking_form |
change_all
Boolean
help='Check if you want change all operations without filter by old location'
string='Change All'
location_dest_id
Many2one → stock.location
comodel_name='stock.location'
readonly=True
required=True
string='Actual destination location'
new_location_dest_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='New destination location'
old_location_dest_id
Many2one → stock.location
comodel_name='stock.location'
default=_default_old_dest_location_id
domain=<expr>
string='Old destination location'
action_apply(self)
check_forbbiden_pickings(self, pickings)
default_get(self, fields)
| 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_operation_quick_change |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Inventory |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, oca-travis, Weblate, mpanarin |
| WEBSITE | |
| WEBSITE | http://www.tecnativa.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:22 |
| 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 |
|---|---|---|---|---|
stock_picking_operation_change_location_view |
Change Operation Destination Location | stock.picking.operation.wizard | form | New |
view_picking_form |
stock.picking | xpath | Inherits stock.view_picking_form |
change_all
Boolean
help='Check if you want change all operations without filter by old location'
string='Change All'
location_dest_id
Many2one → stock.location
comodel_name='stock.location'
readonly=True
required=True
string='Actual destination location'
new_location_dest_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='New destination location'
old_location_dest_id
Many2one → stock.location
comodel_name='stock.location'
default=_default_old_dest_location_id
domain=<expr>
string='Old destination location'
action_apply(self)
check_forbbiden_pickings(self, pickings)
default_get(self, fields)