| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-workflow |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-workflow/tree/18.0/stock_move_line_qty_picked |
| VERSION | |
| VERSION | 1.3.1 |
| CATEGORY | |
| CATEGORY | Inventory |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, BCIM |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, BCIM |
| COMMITTERS | |
| COMMITTERS | Jacques-Etienne Baudoux, Akim Juillerat, Sébastien Alix, Weblate, OCA-git-bot, Simone Orsi, oca-ci, LauraCForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:15 |
| 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 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
qty_picked
Float
compute='_compute_qty_picked'
digits='Product Unit of Measure'
No public methods.
picked
Boolean
copy=False
inverse='_inverse_picked'
qty_picked
Float
copy=False
digits='Product Unit of Measure'
inverse='_inverse_qty_picked'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-workflow |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-workflow/tree/17.0/stock_move_line_qty_picked |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Inventory |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, Christian-RB |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:07 |
| 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 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No new fields.
Public methods (0)No public methods.
picked
Boolean
copy=False
inverse='_inverse_picked'
qty_picked
Float
copy=False
inverse='_inverse_qty_picked'
No public methods.