Move Stock Location

stock_move_location
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_move_location
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions
COMMITTERS
COMMITTERSJacques-Etienne Baudoux, Weblate, OCA-git-bot, oca-ci, Carlos Roca
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - 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
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.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (5)

New fields (1)
  • location_move Boolean
    help='Whether this move is a part of stock_location moves' string='Part of move location'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • button_fillwithstock(self)

New fields (1)
  • 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'
Public methods (1)
  • action_move_location(self)

New fields (11)
  • 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'
Public methods (5)
  • action_move_location(self)
  • clear_lines(self)
  • default_get(self, fields)
    @api.model
  • group_lines(self)
  • onchange_origin_location(self)
    @api.onchange('origin_location_id', 'exclude_reserved_qty')

New fields (13)
  • 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'
Public methods (1)
  • create_move_lines(self, picking, move)
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_move_location
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, David Bañón
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - 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.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (6)

New fields (1)
  • location_move Boolean
    help='Whether this move is a part of stock_location moves' string='Part of move location'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • button_fillwithstock(self)

New fields (1)
  • 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'
Public methods (1)
  • action_move_location(self)

New fields (11)
  • 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'
Public methods (5)
  • action_move_location(self)
  • clear_lines(self)
  • default_get(self, fields)
    @api.model
  • group_lines(self)
  • onchange_origin_location(self)
    @api.onchange('origin_location_id', 'exclude_reserved_qty')

New fields (13)
  • 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'
Public methods (1)
  • create_move_lines(self, picking, move)
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_move_location
VERSION
VERSION 1.4.3
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions
COMMITTERS
COMMITTERSJairo 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
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:11:52
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - 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.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (5)

New fields (1)
  • location_move Boolean
    help='Whether this move is a part of stock_location moves' string='Part of move location'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • button_fillwithstock(self)

New fields (1)
  • 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'
Public methods (1)
  • action_move_location(self)

New fields (9)
  • 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'
Public methods (5)
  • action_move_location(self)
  • clear_lines(self)
  • default_get(self, fields)
    @api.model
  • group_lines(self)
  • onchange_origin_location(self)
    @api.onchange('origin_location_id')

New fields (12)
  • 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'
Public methods (2)
  • create_move_lines(self, picking, move)
  • get_max_quantity(self)
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_move_location
VERSION
VERSION 1.5.2
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions
COMMITTERS
COMMITTERSPedro 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
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:33
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - 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

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (5)

New fields (1)
  • location_move Boolean
    help='Whether this move is a part of stock_location moves' string='Part of move location'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • button_fillwithstock(self)

New fields (1)
  • 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'
Public methods (1)
  • action_move_location(self)

New fields (9)
  • 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'
Public methods (6)
  • action_move_location(self)
  • clear_lines(self)
  • create_lines(self)
  • default_get(self, fields)
    @api.model
  • group_lines(self)
  • onchange_origin_location(self)
    @api.onchange('origin_location_id')

New fields (12)
  • 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'
Public methods (2)
  • create_move_lines(self, picking, move)
  • get_max_quantity(self)
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_move_location
VERSION
VERSION 1.4.3
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions
COMMITTERS
COMMITTERSEnric 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
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - 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

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (5)

New fields (1)
  • location_move Boolean
    help='Whether this move is a part of stock_location moves' string='Part of move location'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • button_fillwithstock(self)

New fields (1)
  • 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'
Public methods (1)
  • action_move_location(self)

New fields (9)
  • 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'
Public methods (6)
  • action_move_location(self)
  • clear_lines(self)
  • create_lines(self)
  • default_get(self, fields)
    @api.model
  • group_lines(self)
  • onchange_origin_location(self)
    @api.onchange('origin_location_id')

New fields (12)
  • 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'
Public methods (2)
  • create_move_lines(self, picking, move)
  • get_max_quantity(self)
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_move_location
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Julius Network Solutions
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Julius Network Solutions
COMMITTERS
COMMITTERSOCA Transbot, sergio-teruel, João Marques, Sergio Teruel, oca-travis, Weblate, OCA-git-bot, hveficent, Joan Sisquella, Aungkokolin1997
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (4)

New fields (1)
  • location_move Boolean
    help='Whether this move is a part of stock_location moves' string='Part of move location'
Public methods (0)

No public methods.

New fields (1)
  • 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'
Public methods (1)
  • action_move_location(self)

New fields (9)
  • 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'
Public methods (5)
  • action_move_location(self)
  • clear_lines(self)
  • default_get(self, fields)
    @api.model
  • group_lines(self)
  • onchange_origin_location(self)
    @api.onchange('origin_location_id')

New fields (11)
  • 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'
Public methods (2)
  • create_move_lines(self, picking, move)
  • get_max_quantity(self)
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_move_location
VERSION
VERSION 2.2.0
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM, Julius Network Solutions
COMMITTERS
COMMITTERSYoshi Tashiro, OCA Transbot, Sergio Teruel, oca-travis, Weblate, OCA-git-bot, Iryna Vushnevska, Joan Sisquella
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (5)

New fields (1)
  • location_move Boolean
    help='Whether this move is a part of stock_location moves' string='Part of move location'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • button_fillwithstock(self)

New fields (2)
  • 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.'
Public methods (1)
  • action_move_location(self)

New fields (9)
  • 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'
Public methods (6)
  • action_move_location(self)
    @api.multi
  • clear_lines(self)
  • default_get(self, fields)
    @api.model
  • group_lines(self)
    @api.multi
  • onchange_origin_location(self)
    @api.onchange('origin_location_id')
  • onchange_picking_type_id(self)
    @api.onchange('picking_type_id')

New fields (10)
  • 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'
Public methods (2)
  • create_move_lines(self, picking, move)
  • get_max_quantity(self)
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/11.0/stock_move_location
VERSION
VERSION 2.1.0
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Julius Network Solutions
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Julius Network Solutions
COMMITTERS
COMMITTERSsebalix, Andrii Skrypka, Lois Rilo, OCA Transbot, Sergio Teruel, oca-travis, OCA-git-bot, mpanarin
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (4)

New fields (1)
  • location_move Boolean
    help='Whether this move is a part of stock_location moves' string='Part of move location'
Public methods (0)

No public methods.

New fields (1)
  • 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'
Public methods (1)
  • action_move_location(self)

New fields (8)
  • 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'
Public methods (5)
  • action_move_location(self)
    @api.multi
  • add_lines(self)
  • clear_lines(self)
  • default_get(self, fields)
    @api.model
  • group_lines(self)
    @api.multi

New fields (9)
  • 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'
Public methods (2)
  • create_move_lines(self, picking, move)
  • onchange_product_id(self)
    @api.onchange('product_id', 'lot_id')
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/10.0/stock_move_location
VERSION
VERSION 1.0
CATEGORY
CATEGORYCustoms/Stock
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Julius Network Solutions
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Julius Network Solutions
COMMITTERS
COMMITTERSPedro M. Baeza, Denis Roussel
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - 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

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.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/9.0/stock_move_location
VERSION
VERSION 1.0
CATEGORY
CATEGORYCustoms/Stock
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Julius Network Solutions
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Julius Network Solutions
COMMITTERS
COMMITTERSAlexandre Fayolle
WEBSITE
WEBSITEhttp://www.julius.fr
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - 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

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.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/8.0/stock_move_location
VERSION
VERSION 1.0
CATEGORY
CATEGORYCustoms/Stock
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Julius Network Solutions
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Julius Network Solutions
COMMITTERS
COMMITTERSStéphane Bidoul, Alexandre Fayolle, Pedro M. Baeza, GitHub
WEBSITE
WEBSITEhttp://www.julius.fr
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/6.1/stock_move_location
VERSION
VERSION 1.0
CATEGORY
CATEGORYCustoms/Stock
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Julius Network Solutions
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Julius Network Solutions
COMMITTERS
COMMITTERSAlexandre Fayolle, Joël Grand-Guillaume, Nicolas Bontemps, Mathieu Vatel, Mathieu VATEL
WEBSITE
WEBSITEhttp://www.julius.fr
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (0)

No models found for this module.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
PULL REQUEST
PULL REQUEST[19.0][MIG] stock_move_location: Migration to 19.0 (#2500)