Stock Move Line Qty Picked

stock_move_line_qty_picked
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/18.0/stock_move_line_qty_picked
VERSION
VERSION 1.3.1
CATEGORY
CATEGORYInventory
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM
COMMITTERS
COMMITTERSJacques-Etienne Baudoux, Akim Juillerat, Sébastien Alix, Weblate, OCA-git-bot, Simone Orsi, oca-ci, LauraCForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:15
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 adds a  `qty_picked` field on `stock.move.line` to allow scanning
different quantities without having to update the `quantity` field, what would
modify existing reservations.

It is meant to restore the behaviour we had in previous versions with `qty_done`
field, but using another name to avoid clashing with the field defined in Odoo
Enterprise's Stock barcode module.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_move_line_form stock.move.line.form stock.move.line field Inherits stock.view_move_line_form
view_picking_form stock.picking.form stock.picking field Inherits stock.view_picking_form
view_stock_move_line_detailed_operation_tree stock.move.line.operations.list stock.move.line field Inherits stock.view_stock_move_line_detailed_operation_tree
view_stock_move_line_operation_tree stock.move.line.operations.tree stock.move.line field Inherits stock.view_stock_move_line_operation_tree
Models touched (2)

New fields (1)
  • qty_picked Float
    compute='_compute_qty_picked' digits='Product Unit of Measure'
Public methods (0)

No public methods.

New fields (2)
  • picked Boolean
    copy=False inverse='_inverse_picked'
  • qty_picked Float
    copy=False digits='Product Unit of Measure' inverse='_inverse_qty_picked'
Public methods (0)

No public methods.

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/17.0/stock_move_line_qty_picked
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYInventory
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Christian-RB
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:07
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 adds a  `qty_picked` field on `stock.move.line` to allow scanning
different quantities without having to update the `quantity` field, what would
modify existing reservations.

It is meant to restore the behaviour we had in previous versions with `qty_done`
field, but using another name to avoid clashing with the field defined in Odoo
Enterprise's Stock barcode module.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_move_line_form stock.move.line.form stock.move.line field Inherits stock.view_move_line_form
view_stock_move_line_detailed_operation_tree stock.move.line.operations.list stock.move.line field Inherits stock.view_stock_move_line_detailed_operation_tree
view_stock_move_line_operation_tree stock.move.line.operations.tree stock.move.line field Inherits stock.view_stock_move_line_operation_tree
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • picked Boolean
    copy=False inverse='_inverse_picked'
  • qty_picked Float
    copy=False inverse='_inverse_qty_picked'
Public methods (0)

No public methods.