Stock Barcodes Move Location

stock_barcodes_move_location
REPOSITORY
REPOSITORYOCA/stock-logistics-barcode
GIT
GIThttps://github.com/OCA/stock-logistics-barcode.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-barcode/tree/13.0/stock_barcodes_move_location
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYExtra Tools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Lois Rilo, oca-travis, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-barcode
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-barcode:
    - stock_barcodes
    - stock_barcodes_automatic_entry
OCA/stock-logistics-warehouse:
    - stock_move_location
OCA/web:
    - web_widget_numeric_step
odoo/odoo:
    - barcodes
    - web
    - base
    - stock
    - product
    - mail
    - base_setup
    - bus
    - web_tour
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
assets_backend stock_barcodes Assets ir.ui.view qweb Inherits web.assets_backend
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_stock_barcodes_read_move_location_form stock.barcodes.read.move.location.form wiz.stock.barcodes.read.move.location field Inherits stock_barcodes.view_stock_barcodes_read_form
view_wiz_stock_move_location_form_stock_move_location wiz.stock.move.location div Inherits stock_move_location.view_wiz_stock_move_location_form_stock_move_location
Models touched (3)

New fields (1)
  • no_move_proposal Boolean
    help='Mark this option to not to propose stock moves to be processed' string='Do Not Propose Moves (Move On Hand)'
Public methods (0)

No public methods.

New fields (3)
  • location_dest_id Many2one → stock.location
    comodel_name='stock.location' readonly=True string='Destination Location'
  • move_location_id Many2one → wiz.stock.move.location
    comodel_name='wiz.stock.move.location' readonly=True string='Move Location'
  • move_location_qty Float
    digits='Product Unit of Measure' readonly=True string='To Move quantities'
Public methods (7)
  • action_done(self)
  • action_manual_entry(self)
  • action_undo_last_scan(self)
  • action_zbarcam(self)
  • check_done_conditions(self)
  • name_get(self)
  • reset_qty(self)

New fields (0)

No new fields.

Public methods (4)
  • action_barcode_scan(self)
  • clear_lines(self)
  • name_get(self)
  • onchange_origin_location(self)
    @api.onchange('origin_location_id')
REPOSITORY
REPOSITORYOCA/stock-logistics-barcode
GIT
GIThttps://github.com/OCA/stock-logistics-barcode.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-barcode/tree/11.0/stock_barcodes_move_location
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYExtra Tools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent
COMMITTERS
COMMITTERSLois Rilo, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-barcode
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-barcode:
    - stock_barcodes
OCA/stock-logistics-warehouse:
    - stock_move_location
odoo/odoo:
    - barcodes
    - web
    - base
    - stock
    - product
    - decimal_precision
    - mail
    - base_setup
    - bus
    - web_tour
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
assets_backend stock_barcodes Assets ir.ui.view qweb Inherits web.assets_backend
view_stock_barcodes_read_move_location_form stock.barcodes.read.move.location.form wiz.stock.barcodes.read.move.location field Inherits stock_barcodes.view_stock_barcodes_read_form
view_wiz_stock_move_location_form_stock_move_location wiz.stock.move.location div Inherits stock_move_location.view_wiz_stock_move_location_form_stock_move_location
Models touched (2)

New fields (2)
  • move_location_id Many2one → wiz.stock.move.location
    comodel_name='wiz.stock.move.location' readonly=True string='Move Location'
  • move_location_qty Float
    digits=dp.get_precision('Product Unit of Measure') readonly=True string='To Move quantities'
Public methods (7)
  • action_confirm(self)
  • action_done(self)
  • action_manual_entry(self)
  • action_undo_last_scan(self)
  • check_done_conditions(self)
  • name_get(self)
  • reset_qty(self)

New fields (0)

No new fields.

Public methods (2)
  • action_barcode_scan(self)
  • name_get(self)