Stock Move Change Source Location

stock_move_change_source_location
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/15.0/stock_move_change_source_location
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow S.L.
COMMITTERS
COMMITTERSMiquel Raïch, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:37
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 (2)
XML IDNameModelTypeStatus
stock_move_change_source_location_view Stock Move Change Source Location stock.move.change.source.location.wizard form New
view_picking_form stock.picking header Inherits stock.view_picking_form
Models touched (1)

New fields (5)
  • move_lines Many2many → stock.move
    string='Move lines' args: 'stock.move'
  • moves_to_change Selection
    default='all' help='Select which kind of selection of the moves you want to do' required=True selection=[('all', 'Change All moves'), ('matched', 'Change only moves with matched OLD location'), ('manual', 'Select moves to change')] string='Operations to change'
  • new_location_id Many2one → stock.location
    comodel_name='stock.location' domain=_get_allowed_new_location_domain required=True string='New location'
  • old_location_id Many2one → stock.location
    comodel_name='stock.location' default=_default_old_location_id domain=<expr> string='Old location'
  • warehouse_view_location_id Many2one → stock.location
    comodel_name='stock.location' readonly=True required=True string='Warehouse View Location'
Public methods (2)
  • action_apply(self)
  • default_get(self, fields_list)
    @api.model
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/14.0/stock_move_change_source_location
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow S.L.
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, sergiocorato, oca-ci, Alvaro
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:04
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 (2)
XML IDNameModelTypeStatus
stock_move_change_source_location_view Stock Move Change Source Location stock.move.change.source.location.wizard form New
view_picking_form stock.picking header Inherits stock.view_picking_form
Models touched (1)

New fields (5)
  • move_lines Many2many → stock.move
    string='Move lines' args: 'stock.move'
  • moves_to_change Selection
    default='all' help='Select which kind of selection of the moves you want to do' required=True selection=[('all', 'Change All moves'), ('matched', 'Change only moves with matched OLD location'), ('manual', 'Select moves to change')] string='Operations to change'
  • new_location_id Many2one → stock.location
    comodel_name='stock.location' domain=_get_allowed_new_location_domain required=True string='New location'
  • old_location_id Many2one → stock.location
    comodel_name='stock.location' default=_default_old_location_id domain=<expr> string='Old location'
  • warehouse_view_location_id Many2one → stock.location
    comodel_name='stock.location' readonly=True required=True string='Warehouse View Location'
Public methods (2)
  • action_apply(self)
  • default_get(self, fields)
    @api.model
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/13.0/stock_move_change_source_location
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow S.L.
COMMITTERS
COMMITTERSoca-travis, OCA-git-bot, Adrià Gil Sorribes
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:15
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 (2)
XML IDNameModelTypeStatus
stock_move_change_source_location_view Stock Move Change Source Location stock.move.change.source.location.wizard form New
view_picking_form stock.picking header Inherits stock.view_picking_form
Models touched (1)

New fields (5)
  • move_lines Many2many → stock.move
    string='Move lines' args: 'stock.move'
  • moves_to_change Selection
    default='all' help='Select which kind of selection of the moves you want to do' required=True selection=[('all', 'Change All moves'), ('matched', 'Change only moves with matched OLD location'), ('manual', 'Select moves to change')] string='Operations to change'
  • new_location_id Many2one → stock.location
    comodel_name='stock.location' domain=_get_allowed_new_location_domain required=True string='New location'
  • old_location_id Many2one → stock.location
    comodel_name='stock.location' default=_default_old_location_id domain=<expr> string='Old location'
  • warehouse_view_location_id Many2one → stock.location
    comodel_name='stock.location' readonly=True required=True string='Warehouse View Location'
Public methods (2)
  • action_apply(self)
  • default_get(self, fields)
    @api.model