| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_move_location |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Stock |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions |
| COMMITTERS | |
| COMMITTERS | Jacques-Etienne Baudoux, Weblate, OCA-git-bot, oca-ci, Carlos Roca |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:06 |
| 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 allows to move entire location of products from one place to another and move only selected quantities. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_picking_type_kanban |
stock.picking.type | field | Inherits stock.stock_picking_type_kanban | |
view_picking_form |
stock.picking.form.fillwithstock | stock.picking | button | Inherits stock.view_picking_form |
view_picking_type_form |
Operation Types | stock.picking.type | field | Inherits stock.view_picking_type_form |
view_wiz_stock_move_location_form_stock_move_location |
wiz.stock.move.location.form.stock_move_location | wiz.stock.move.location | form | New |
location_move
Boolean
help='Whether this move is a part of stock_location moves'
string='Part of move location'
No public methods.
No new fields.
Public methods (1)button_fillwithstock(self)
show_move_onhand
Boolean
help="Show a button 'Move On Hand' in the Inventory Dashboard to initiate the process to move the products in stock at the origin location."
string='Show Move On hand stock'
action_move_location(self)
apply_putaway_strategy
Boolean
company_id
Many2one → res.company
default=<expr>
args: 'res.company'
destination_location_disable
Boolean
compute='_compute_readonly_locations'
help='technical field to disable the edition of destination location.'
destination_location_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='Destination Location'
edit_locations
Boolean
default=True
exclude_reserved_qty
Boolean
default=True
origin_location_disable
Boolean
compute='_compute_readonly_locations'
help='technical field to disable the edition of origin location.'
origin_location_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='Origin Location'
picking_id
Many2one → stock.picking
comodel_name='stock.picking'
string='Connected Picking'
picking_type_id
Many2one → stock.picking.type
comodel_name='stock.picking.type'
compute='_compute_picking_type_id'
domain="[('company_id', '=', company_id), ('code', '=', 'internal')]"
readonly=False
store=True
stock_move_location_line_ids
One2many → wiz.stock.move.location.line
string='Move Location lines'
args: 'wiz.stock.move.location.line', 'move_location_wizard_id'
action_move_location(self)
clear_lines(self)
default_get(self, fields)
group_lines(self)
onchange_origin_location(self)
custom
Boolean
default=True
string='Custom line'
destination_location_id
Many2one → stock.location
comodel_name='stock.location'
compute='_compute_destination_location_id'
string='Destination Location'
lot_id
Many2one → stock.lot
comodel_name='stock.lot'
domain="[('product_id','=',product_id)]"
string='Lot/Serial Number'
max_quantity
Float
digits='Product Unit of Measure'
string='Maximum available quantity'
move_location_wizard_id
Many2one → wiz.stock.move.location
comodel_name='wiz.stock.move.location'
string='Move location Wizard'
move_quantity
Float
digits='Product Unit of Measure'
string='Quantity to move'
origin_location_id
Many2one → stock.location
comodel_name='stock.location'
string='Origin Location'
owner_id
Many2one → res.partner
comodel_name='res.partner'
string='From Owner'
package_id
Many2one → stock.quant.package
comodel_name='stock.quant.package'
domain="[('location_id', '=', origin_location_id)]"
string='Package Number'
product_id
Many2one → product.product
comodel_name='product.product'
required=True
string='Product'
product_uom_id
Many2one → uom.uom
comodel_name='uom.uom'
string='Product Unit of Measure'
reserved_quantity
Float
digits='Product Unit of Measure'
total_quantity
Float
digits='Product Unit of Measure'
string='Total existence quantity'
create_move_lines(self, picking, move)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_move_location |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Stock |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, David Bañón |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:00 |
| 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 | This module allows to move entire location of products from one place to another and move only selected quantities. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_picking_type_kanban |
stock.picking.type | field | Inherits stock.stock_picking_type_kanban | |
view_picking_form |
stock.picking.form.fillwithstock | stock.picking | button | Inherits stock.view_picking_form |
view_picking_type_form |
Operation Types | stock.picking.type | field | Inherits stock.view_picking_type_form |
view_wiz_stock_move_location_form_stock_move_location |
wiz.stock.move.location.form.stock_move_location | wiz.stock.move.location | form | New |
location_move
Boolean
help='Whether this move is a part of stock_location moves'
string='Part of move location'
No public methods.
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (1)button_fillwithstock(self)
show_move_onhand
Boolean
help="Show a button 'Move On Hand' in the Inventory Dashboard to initiate the process to move the products in stock at the origin location."
string='Show Move On hand stock'
action_move_location(self)
apply_putaway_strategy
Boolean
company_id
Many2one → res.company
default=<expr>
args: 'res.company'
destination_location_disable
Boolean
compute='_compute_readonly_locations'
help='technical field to disable the edition of destination location.'
destination_location_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='Destination Location'
edit_locations
Boolean
default=True
exclude_reserved_qty
Boolean
default=True
origin_location_disable
Boolean
compute='_compute_readonly_locations'
help='technical field to disable the edition of origin location.'
origin_location_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='Origin Location'
picking_id
Many2one → stock.picking
comodel_name='stock.picking'
string='Connected Picking'
picking_type_id
Many2one → stock.picking.type
comodel_name='stock.picking.type'
compute='_compute_picking_type_id'
domain="[('company_id', '=', company_id), ('code', '=', 'internal')]"
readonly=False
store=True
stock_move_location_line_ids
One2many → wiz.stock.move.location.line
string='Move Location lines'
args: 'wiz.stock.move.location.line', 'move_location_wizard_id'
action_move_location(self)
clear_lines(self)
default_get(self, fields)
group_lines(self)
onchange_origin_location(self)
custom
Boolean
default=True
string='Custom line'
destination_location_id
Many2one → stock.location
comodel_name='stock.location'
compute='_compute_destination_location_id'
string='Destination Location'
lot_id
Many2one → stock.lot
comodel_name='stock.lot'
domain="[('product_id','=',product_id)]"
string='Lot/Serial Number'
max_quantity
Float
digits='Product Unit of Measure'
string='Maximum available quantity'
move_location_wizard_id
Many2one → wiz.stock.move.location
comodel_name='wiz.stock.move.location'
string='Move location Wizard'
move_quantity
Float
digits='Product Unit of Measure'
string='Quantity to move'
origin_location_id
Many2one → stock.location
comodel_name='stock.location'
string='Origin Location'
owner_id
Many2one → res.partner
comodel_name='res.partner'
string='From Owner'
package_id
Many2one → stock.quant.package
comodel_name='stock.quant.package'
domain="[('location_id', '=', origin_location_id)]"
string='Package Number'
product_id
Many2one → product.product
comodel_name='product.product'
required=True
string='Product'
product_uom_id
Many2one → uom.uom
comodel_name='uom.uom'
string='Product Unit of Measure'
reserved_quantity
Float
digits='Product Unit of Measure'
total_quantity
Float
digits='Product Unit of Measure'
string='Total existence quantity'
create_move_lines(self, picking, move)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_move_location |
| VERSION | |
| VERSION | 1.4.3 |
| CATEGORY | |
| CATEGORY | Stock |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions |
| COMMITTERS | |
| COMMITTERS | Jairo Llopis, Laurent Mignon (ACSONE), Yoshi Tashiro, sergio-teruel, Weblate, OCA-git-bot, David, oca-ci, pilarvargas-tecnativa, Aungkokolin1997, Marina Alapont, CristianoMafraJunior, Alex Cuellar, Alvaro Gomez |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:11:52 |
| 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 | This module allows to move entire location of products from one place to another and move only selected quantities. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_picking_type_kanban |
stock.picking.type | field | Inherits stock.stock_picking_type_kanban | |
view_picking_form |
stock.picking.form.fillwithstock | stock.picking | button | Inherits stock.view_picking_form |
view_picking_type_form |
Operation Types | stock.picking.type | field | Inherits stock.view_picking_type_form |
view_wiz_stock_move_location_form_stock_move_location |
wiz.stock.move.location.form.stock_move_location | wiz.stock.move.location | form | New |
location_move
Boolean
help='Whether this move is a part of stock_location moves'
string='Part of move location'
No public methods.
No new fields.
Public methods (1)button_fillwithstock(self)
show_move_onhand
Boolean
help="Show a button 'Move On Hand' in the Inventory Dashboard to initiate the process to move the products in stock at the origin location."
string='Show Move On hand stock'
action_move_location(self)
apply_putaway_strategy
Boolean
destination_location_disable
Boolean
compute='_compute_readonly_locations'
help='technical field to disable the edition of destination location.'
destination_location_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='Destination Location'
edit_locations
Boolean
default=True
origin_location_disable
Boolean
compute='_compute_readonly_locations'
help='technical field to disable the edition of origin location.'
origin_location_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='Origin Location'
picking_id
Many2one → stock.picking
comodel_name='stock.picking'
string='Connected Picking'
picking_type_id
Many2one → stock.picking.type
comodel_name='stock.picking.type'
compute='_compute_picking_type_id'
readonly=False
store=True
stock_move_location_line_ids
One2many → wiz.stock.move.location.line
string='Move Location lines'
args: 'wiz.stock.move.location.line', 'move_location_wizard_id'
action_move_location(self)
clear_lines(self)
default_get(self, fields)
group_lines(self)
onchange_origin_location(self)
custom
Boolean
default=True
string='Custom line'
destination_location_id
Many2one → stock.location
comodel_name='stock.location'
string='Destination Location'
lot_id
Many2one → stock.lot
comodel_name='stock.lot'
domain="[('product_id','=',product_id)]"
string='Lot/Serial Number'
max_quantity
Float
digits='Product Unit of Measure'
string='Maximum available quantity'
move_location_wizard_id
Many2one → wiz.stock.move.location
comodel_name='wiz.stock.move.location'
string='Move location Wizard'
move_quantity
Float
digits='Product Unit of Measure'
string='Quantity to move'
origin_location_id
Many2one → stock.location
comodel_name='stock.location'
string='Origin Location'
owner_id
Many2one → res.partner
comodel_name='res.partner'
string='From Owner'
package_id
Many2one → stock.quant.package
comodel_name='stock.quant.package'
domain="[('location_id', '=', origin_location_id)]"
string='Package Number'
product_id
Many2one → product.product
comodel_name='product.product'
required=True
string='Product'
product_uom_id
Many2one → uom.uom
comodel_name='uom.uom'
string='Product Unit of Measure'
reserved_quantity
Float
digits='Product Unit of Measure'
create_move_lines(self, picking, move)
get_max_quantity(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_move_location |
| VERSION | |
| VERSION | 1.5.2 |
| CATEGORY | |
| CATEGORY | Stock |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Carlos Dauden, Akim Juillerat, sergio-teruel, Weblate, OCA-git-bot, David, oca-ci, Joan Sisquella, Aungkokolin1997, Bernat Puig Font, Alexei Rivera, Marina Alapont, RabbitJon-S73, josep-tecnativa |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:33 |
| 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_type_kanban |
stock.picking.type | field | Inherits stock.stock_picking_type_kanban | |
view_picking_form |
stock.picking.form.fillwithstock | stock.picking | button | Inherits stock.view_picking_form |
view_picking_type_form |
Operation Types | stock.picking.type | field | Inherits stock.view_picking_type_form |
view_wiz_stock_move_location_form_stock_move_location |
wiz.stock.move.location.form.stock_move_location | wiz.stock.move.location | form | New |
location_move
Boolean
help='Whether this move is a part of stock_location moves'
string='Part of move location'
No public methods.
No new fields.
Public methods (1)button_fillwithstock(self)
show_move_onhand
Boolean
help="Show a button 'Move On Hand' in the Inventory Dashboard to initiate the process to move the products in stock at the origin location."
string='Show Move On hand stock'
action_move_location(self)
apply_putaway_strategy
Boolean
destination_location_disable
Boolean
compute='_compute_readonly_locations'
help='technical field to disable the edition of destination location.'
destination_location_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='Destination Location'
edit_locations
Boolean
default=True
origin_location_disable
Boolean
compute='_compute_readonly_locations'
help='technical field to disable the edition of origin location.'
origin_location_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='Origin Location'
picking_id
Many2one → stock.picking
comodel_name='stock.picking'
string='Connected Picking'
picking_type_id
Many2one → stock.picking.type
comodel_name='stock.picking.type'
compute='_compute_picking_type_id'
readonly=False
store=True
stock_move_location_line_ids
One2many → wiz.stock.move.location.line
string='Move Location lines'
args: 'wiz.stock.move.location.line', 'move_location_wizard_id'
action_move_location(self)
clear_lines(self)
create_lines(self)
default_get(self, fields)
group_lines(self)
onchange_origin_location(self)
custom
Boolean
default=True
string='Custom line'
destination_location_id
Many2one → stock.location
comodel_name='stock.location'
string='Destination Location'
lot_id
Many2one → stock.production.lot
comodel_name='stock.production.lot'
domain="[('product_id','=',product_id)]"
string='Lot/Serial Number'
max_quantity
Float
digits='Product Unit of Measure'
string='Maximum available quantity'
move_location_wizard_id
Many2one → wiz.stock.move.location
comodel_name='wiz.stock.move.location'
string='Move location Wizard'
move_quantity
Float
digits='Product Unit of Measure'
string='Quantity to move'
origin_location_id
Many2one → stock.location
comodel_name='stock.location'
string='Origin Location'
owner_id
Many2one → res.partner
comodel_name='res.partner'
string='From Owner'
package_id
Many2one → stock.quant.package
comodel_name='stock.quant.package'
domain="[('location_id', '=', origin_location_id)]"
string='Package Number'
product_id
Many2one → product.product
comodel_name='product.product'
required=True
string='Product'
product_uom_id
Many2one → uom.uom
comodel_name='uom.uom'
string='Product Unit of Measure'
reserved_quantity
Float
digits='Product Unit of Measure'
create_move_lines(self, picking, move)
get_max_quantity(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_move_location |
| VERSION | |
| VERSION | 1.4.3 |
| CATEGORY | |
| CATEGORY | Stock |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, Akim Juillerat, remi-filament, Florent Xicluna, OCA Transbot, João Marques, oca-travis, Weblate, OCA-git-bot, Ethan Hildick, oca-ci, Aungkokolin1997, RabbitJon-S73, sonhd, Joshua Kreuder |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:57 |
| 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_type_kanban |
stock.picking.type | field | Inherits stock.stock_picking_type_kanban | |
view_picking_form |
stock.picking.form.fillwithstock | stock.picking | button | Inherits stock.view_picking_form |
view_picking_type_form |
Operation Types | stock.picking.type | field | Inherits stock.view_picking_type_form |
view_wiz_stock_move_location_form_stock_move_location |
wiz.stock.move.location.form.stock_move_location | wiz.stock.move.location | form | New |
location_move
Boolean
help='Whether this move is a part of stock_location moves'
string='Part of move location'
No public methods.
No new fields.
Public methods (1)button_fillwithstock(self)
show_move_onhand
Boolean
help="Show a button 'Move On Hand' in the Inventory Dashboard to initiate the process to move the products in stock at the origin location."
string='Show Move On hand stock'
action_move_location(self)
apply_putaway_strategy
Boolean
string='Apply putaway strategy'
destination_location_disable
Boolean
compute='_compute_readonly_locations'
help='technical field to disable the edition of destination location.'
destination_location_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='Destination Location'
edit_locations
Boolean
default=True
string='Edit Locations'
origin_location_disable
Boolean
compute='_compute_readonly_locations'
help='technical field to disable the edition of origin location.'
origin_location_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='Origin Location'
picking_id
Many2one → stock.picking
comodel_name='stock.picking'
string='Connected Picking'
picking_type_id
Many2one → stock.picking.type
comodel_name='stock.picking.type'
default=_get_default_picking_type_id
stock_move_location_line_ids
One2many → wiz.stock.move.location.line
string='Move Location lines'
args: 'wiz.stock.move.location.line', 'move_location_wizard_id'
action_move_location(self)
clear_lines(self)
create_lines(self)
default_get(self, fields)
group_lines(self)
onchange_origin_location(self)
custom
Boolean
default=True
string='Custom line'
destination_location_id
Many2one → stock.location
comodel_name='stock.location'
string='Destination Location'
lot_id
Many2one → stock.production.lot
comodel_name='stock.production.lot'
domain="[('product_id','=',product_id)]"
string='Lot/Serial Number'
max_quantity
Float
digits='Product Unit of Measure'
string='Maximum available quantity'
move_location_wizard_id
Many2one → wiz.stock.move.location
comodel_name='wiz.stock.move.location'
string='Move location Wizard'
move_quantity
Float
digits='Product Unit of Measure'
string='Quantity to move'
origin_location_id
Many2one → stock.location
comodel_name='stock.location'
string='Origin Location'
owner_id
Many2one → res.partner
comodel_name='res.partner'
string='From Owner'
package_id
Many2one → stock.quant.package
comodel_name='stock.quant.package'
domain="[('location_id', '=', origin_location_id)]"
string='Package Number'
product_id
Many2one → product.product
comodel_name='product.product'
required=True
string='Product'
product_uom_id
Many2one → uom.uom
comodel_name='uom.uom'
string='Product Unit of Measure'
reserved_quantity
Float
digits='Product Unit of Measure'
string='Reserved quantity'
create_move_lines(self, picking, move)
get_max_quantity(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_move_location |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Stock |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Julius Network Solutions |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Julius Network Solutions |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, sergio-teruel, João Marques, Sergio Teruel, oca-travis, Weblate, OCA-git-bot, hveficent, Joan Sisquella, Aungkokolin1997 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:12 |
| 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_type_kanban |
stock.picking.type | field | Inherits stock.stock_picking_type_kanban | |
view_picking_type_form |
Operation Types | stock.picking.type | field | Inherits stock.view_picking_type_form |
view_wiz_stock_move_location_form_stock_move_location |
wiz.stock.move.location.form.stock_move_location | wiz.stock.move.location | form | New |
location_move
Boolean
help='Whether this move is a part of stock_location moves'
string='Part of move location'
No public methods.
show_move_onhand
Boolean
help="Show a button 'Move On Hand' in the Inventory Dashboard to initiate the process to move the products in stock at the origin location."
string='Show Move On hand stock'
action_move_location(self)
apply_putaway_strategy
Boolean
string='Apply putaway strategy'
destination_location_disable
Boolean
compute='_compute_readonly_locations'
help='technical field to disable the edition of destination location.'
destination_location_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='Destination Location'
edit_locations
Boolean
default=True
string='Edit Locations'
origin_location_disable
Boolean
compute='_compute_readonly_locations'
help='technical field to disable the edition of origin location.'
origin_location_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='Origin Location'
picking_id
Many2one → stock.picking
comodel_name='stock.picking'
string='Connected Picking'
picking_type_id
Many2one → stock.picking.type
comodel_name='stock.picking.type'
default=_get_default_picking_type_id
stock_move_location_line_ids
One2many → wiz.stock.move.location.line
string='Move Location lines'
args: 'wiz.stock.move.location.line', 'move_location_wizard_id'
action_move_location(self)
clear_lines(self)
default_get(self, fields)
group_lines(self)
onchange_origin_location(self)
custom
Boolean
default=True
string='Custom line'
destination_location_id
Many2one → stock.location
comodel_name='stock.location'
string='Destination Location'
lot_id
Many2one → stock.production.lot
comodel_name='stock.production.lot'
domain="[('product_id','=',product_id)]"
string='Lot/Serial Number'
max_quantity
Float
digits='Product Unit of Measure'
string='Maximum available quantity'
move_location_wizard_id
Many2one → wiz.stock.move.location
comodel_name='wiz.stock.move.location'
string='Move location Wizard'
move_quantity
Float
digits='Product Unit of Measure'
string='Quantity to move'
origin_location_id
Many2one → stock.location
comodel_name='stock.location'
string='Origin Location'
owner_id
Many2one → res.partner
comodel_name='res.partner'
string='From Owner'
product_id
Many2one → product.product
comodel_name='product.product'
required=True
string='Product'
product_uom_id
Many2one → uom.uom
comodel_name='uom.uom'
string='Product Unit of Measure'
reserved_quantity
Float
digits='Product Unit of Measure'
string='Reserved quantity'
create_move_lines(self, picking, move)
get_max_quantity(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_move_location |
| VERSION | |
| VERSION | 2.2.0 |
| CATEGORY | |
| CATEGORY | Stock |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions |
| COMMITTERS | |
| COMMITTERS | Yoshi Tashiro, OCA Transbot, Sergio Teruel, oca-travis, Weblate, OCA-git-bot, Iryna Vushnevska, Joan Sisquella |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:16 |
| 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_type_kanban |
stock.picking.type | field | Inherits stock.stock_picking_type_kanban | |
view_picking_form |
stock.picking.form.fillwithstock | stock.picking | button | Inherits stock.view_picking_form |
view_picking_type_form |
Operation Types | stock.picking.type | field | Inherits stock.view_picking_type_form |
view_wiz_stock_move_location_form_stock_move_location |
wiz.stock.move.location.form.stock_move_location | wiz.stock.move.location | form | New |
location_move
Boolean
help='Whether this move is a part of stock_location moves'
string='Part of move location'
No public methods.
No new fields.
Public methods (1)button_fillwithstock(self)
show_move_onhand
Boolean
help="Show a button 'Move On Hand' in the Inventory Dashboard to initiate the process to move the products in stock at the origin location."
string='Show Move On hand stock'
suggest_available_qty
Boolean
help='If selected, move location wizard should default the available(non-reserved) quantities for the transfer instead of the quantities on hand.'
action_move_location(self)
apply_putaway_strategy
Boolean
string='Apply putaway strategy'
destination_location_disable
Boolean
compute='_compute_readonly_locations'
help='technical field to disable the edition of destination location.'
destination_location_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='Destination Location'
edit_locations
Boolean
default=True
string='Edit Locations'
origin_location_disable
Boolean
compute='_compute_readonly_locations'
help='technical field to disable the edition of origin location.'
origin_location_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='Origin Location'
picking_id
Many2one → stock.picking
comodel_name='stock.picking'
string='Connected Picking'
picking_type_id
Many2one → stock.picking.type
comodel_name='stock.picking.type'
default=_get_default_picking_type_id
stock_move_location_line_ids
Many2many → wiz.stock.move.location.line
column1='move_location_wiz_id'
column2='move_location_line_wiz_id'
comodel_name='wiz.stock.move.location.line'
string='Move Location lines'
action_move_location(self)
clear_lines(self)
default_get(self, fields)
group_lines(self)
onchange_origin_location(self)
onchange_picking_type_id(self)
available_quantity
Float
digits=dp.get_precision('Product Unit of Measure')
string='Available Quantity'
custom
Boolean
default=True
string='Custom line'
destination_location_id
Many2one → stock.location
comodel_name='stock.location'
string='Destination Location'
lot_id
Many2one → stock.production.lot
comodel_name='stock.production.lot'
domain="[('product_id','=',product_id)]"
string='Lot/Serial Number'
max_quantity
Float
digits=dp.get_precision('Product Unit of Measure')
string='Maximum available quantity'
move_location_wizard_id
Many2many → wiz.stock.move.location
column1='move_location_line_wiz_id'
column2='move_location_wiz_id'
comodel_name='wiz.stock.move.location'
readonly=True
string='Move location Wizard'
move_quantity
Float
digits=dp.get_precision('Product Unit of Measure')
string='Quantity to move'
origin_location_id
Many2one → stock.location
comodel_name='stock.location'
string='Origin Location'
product_id
Many2one → product.product
comodel_name='product.product'
required=True
string='Product'
product_uom_id
Many2one → uom.uom
comodel_name='uom.uom'
string='Product Unit of Measure'
create_move_lines(self, picking, move)
get_max_quantity(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/11.0/stock_move_location |
| VERSION | |
| VERSION | 2.1.0 |
| CATEGORY | |
| CATEGORY | Stock |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Julius Network Solutions |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Julius Network Solutions |
| COMMITTERS | |
| COMMITTERS | sebalix, Andrii Skrypka, Lois Rilo, OCA Transbot, Sergio Teruel, oca-travis, OCA-git-bot, mpanarin |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:57 |
| 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_type_kanban |
stock.picking.type | field | Inherits stock.stock_picking_type_kanban | |
view_picking_type_form |
Operation Types | stock.picking.type | field | Inherits stock.view_picking_type_form |
view_wiz_stock_move_location_form_stock_move_location |
wiz.stock.move.location.form.stock_move_location | wiz.stock.move.location | form | New |
location_move
Boolean
help='Whether this move is a part of stock_location moves'
string='Part of move location'
No public methods.
show_move_onhand
Boolean
help="Show a button 'Move On Hand' in the Inventory Dashboard to initiate the process to move the products in stock at the origin location."
string='Show Move On hand stock'
action_move_location(self)
destination_location_disable
Boolean
compute='_compute_readonly_locations'
help='technical field to disable the edition of destination location.'
destination_location_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='Destination Location'
edit_locations
Boolean
default=True
string='Edit Locations'
origin_location_disable
Boolean
compute='_compute_readonly_locations'
help='technical field to disable the edition of origin location.'
origin_location_id
Many2one → stock.location
comodel_name='stock.location'
domain=<expr>
required=True
string='Origin Location'
picking_id
Many2one → stock.picking
comodel_name='stock.picking'
string='Connected Picking'
picking_type_id
Many2one → stock.picking.type
comodel_name='stock.picking.type'
default=_get_default_picking_type_id
stock_move_location_line_ids
One2many → wiz.stock.move.location.line
comodel_name='wiz.stock.move.location.line'
inverse_name='move_location_wizard_id'
string='Move Location lines'
action_move_location(self)
add_lines(self)
clear_lines(self)
default_get(self, fields)
group_lines(self)
custom
Boolean
default=True
string='Custom line'
destination_location_id
Many2one → stock.location
comodel_name='stock.location'
string='Destination Location'
lot_id
Many2one → stock.production.lot
comodel_name='stock.production.lot'
domain="[('product_id','=',product_id)]"
string='Lot/Serial Number'
max_quantity
Float
digits=dp.get_precision('Product Unit of Measure')
string='Maximum available quantity'
move_location_wizard_id
Many2one → wiz.stock.move.location
comodel_name='wiz.stock.move.location'
ondelete='cascade'
required=True
string='Move location Wizard'
move_quantity
Float
digits=dp.get_precision('Product Unit of Measure')
string='Quantity to move'
origin_location_id
Many2one → stock.location
comodel_name='stock.location'
string='Origin Location'
product_id
Many2one → product.product
comodel_name='product.product'
required=True
string='Product'
product_uom_id
Many2one → product.uom
comodel_name='product.uom'
string='Product Unit of Measure'
create_move_lines(self, picking, move)
onchange_product_id(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/10.0/stock_move_location |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Customs/Stock |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Julius Network Solutions |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Julius Network Solutions |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Denis Roussel |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:55 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-tracking: - stock_barcode_reader - stock_tracking_extended - stock_tracking_add_move 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 | Presentation: This module allows to move all stock in a stock location to an other one. And adds fields and buttons to advance in Physical Inventories. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_inventory_form |
stock.inventory.form | stock.inventory | field | Inherits stock.view_inventory_form |
view_inventory_tree |
stock.inventory.tree | stock.inventory | field | Inherits stock.view_inventory_tree |
No models found for this module.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/9.0/stock_move_location |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Customs/Stock |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Julius Network Solutions |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Julius Network Solutions |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle |
| WEBSITE | |
| WEBSITE | http://www.julius.fr |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-barcode: - tr_barcode OCA/stock-logistics-tracking: - stock_barcode_reader - stock_tracking_extended - stock_tracking_add_move 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 | Presentation: This module allows to move all stock in a stock location to an other one. And adds fields and buttons to advance in Physical Inventories. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_inventory_form |
stock.inventory.form | stock.inventory | field | Inherits stock.view_inventory_form |
view_inventory_tree |
stock.inventory.tree | stock.inventory | field | Inherits stock.view_inventory_tree |
No models found for this module.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/8.0/stock_move_location |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Customs/Stock |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Julius Network Solutions |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Julius Network Solutions |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Alexandre Fayolle, Pedro M. Baeza, GitHub |
| WEBSITE | |
| WEBSITE | http://www.julius.fr |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-barcode: - tr_barcode OCA/stock-logistics-tracking: - stock_barcode_reader - stock_tracking_extended - stock_tracking_add_move odoo/odoo: - stock - product - base - decimal_precision - base_setup - web_kanban - web - report - procurement - board - web_kanban_gauge - web_kanban_sparkline |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Presentation: This module allows to move all stock in a stock location to an other one. And adds fields and buttons to advance in Physical Inventories. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_inventory_form |
stock.inventory.form | stock.inventory | field | Inherits stock.view_inventory_form |
view_inventory_tree |
stock.inventory.tree | stock.inventory | field | Inherits stock.view_inventory_tree |
No models found for this module.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/6.1/stock_move_location |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Customs/Stock |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Julius Network Solutions |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Julius Network Solutions |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Joël Grand-Guillaume, Nicolas Bontemps, Mathieu Vatel, Mathieu VATEL |
| WEBSITE | |
| WEBSITE | http://www.julius.fr |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:04:05 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-barcode: - tr_barcode OCA/stock-logistics-tracking: - stock_barcode_reader - stock_tracking_extended - stock_tracking_add_move odoo/odoo: - stock - product - base - process - decimal_precision - account - base_setup - analytic - board - edi - email_template - base_tools |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Presentation: This module allows to move all stock in a stock location to an other one. And adds fields and buttons to advance in Physical Inventories. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_inventory_form |
stock.inventory.form | stock.inventory | field | Inherits stock.view_inventory_form |
view_inventory_tree |
stock.inventory.tree | stock.inventory | field | Inherits stock.view_inventory_tree |
No models found for this module.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/stock-logistics-warehouse |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] stock_move_location: Migration to 19.0 (#2500) |