TIP: You can type at any time to perform a new search.
Stock Barcodes Picking Batch
stock_barcodes_picking_batch · OCA/stock-logistics-barcode
- Repository
- OCA/stock-logistics-barcode · module folder · Try on Runboat
- Module version
- 2.0.0
- Category
- Extra Tools
- Folder size
- 0.1 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- https://github.com/OCA/stock-logistics-barcode
- Last tracking update
- 2026-08-07 08:09:23
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Carlos Dauden, sergio-teruel, Weblate, OCA-git-bot, oca-ci, Edilio Escalona Almira
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_batch_picking_form |
stock.picking.batch | form | Inherits stock_picking_batch.stock_picking_batch_form | |
stock_picking_batch_kanban |
stock.picking.batch | kanban | Inherits stock_picking_batch.stock_picking_batch_kanban | |
view_stock_barcodes_read_picking_batch_form |
stock.barcodes.read.picking.batch.form | wiz.stock.barcodes.read.picking | form | Inherits stock_barcodes.view_stock_barcodes_read_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (1)-
action_barcode_scan(self)
New fields (10)
-
dateDatetimereadonly=Truerelated='picking_batch_id.create_date'string='Creation Date' -
is_pendingBooleancompute='_compute_is_pending' -
nameCharreadonly=Truerelated='picking_batch_id.name'string='Candidate Picking Batch' -
picking_batch_idMany2one → stock.picking.batchcomodel_name='stock.picking.batch'readonly=Truestring='Picking batch' -
product_ref_countIntegercompute='_compute_product_ref_count'string='#Product Ref:' -
product_ref_doneIntegercompute='_compute_product_ref_count'string='#Product Ref done:' -
scan_countInteger -
stateSelectionreadonly=Truerelated='picking_batch_id.state' -
wiz_barcode_idMany2one → wiz.stock.barcodes.read.pickingcomodel_name='wiz.stock.barcodes.read.picking'readonly=True -
wiz_picking_batch_idMany2one → stock.picking.batchcomodel_name='stock.picking.batch'readonly=Truerelated='wiz_barcode_id.picking_batch_id'string='Wizard Picking Batch'
-
action_lock_picking(self) -
action_open_picking_batch(self) -
action_unlock_picking_batch(self) -
action_validate_picking_batch(self)
New fields (6)
-
candidate_picking_batch_idsOne2many → wiz.candidate.picking.batchcomodel_name='wiz.candidate.picking.batch'inverse_name='wiz_barcode_id'readonly=Truestring='Candidate picking batch' -
confirmed_movesBooleanstring='Confirmed moves' -
picking_batch_idMany2one → stock.picking.batchcomodel_name='stock.picking.batch'readonly=Truestring='Picking Batch' -
picking_batch_product_qtyFloatdigits='Product Unit of Measure'readonly=Truestring='Picking batch quantities' -
picking_modeSelectionondelete={'picking_batch': 'set picking'}selection_add=[('picking_batch', 'Picking batch mode')] -
picking_type_codeSelectionargs: [('incoming', 'Vendors'), ('outgoing', 'Customers'), ('internal', 'Internal')], 'Type of Operation'
-
action_back(self) -
check_done_conditions(self) -
create(self, vals)@api.model -
create_new_stock_move_line(self, moves_todo, available_qty) -
get_moves_or_move_lines(self) -
get_sorted_move_lines(self, move_lines) -
name_get(self) -
onchange_picking_batch_id(self)@api.onchange('picking_batch_id') -
update_fields_after_determine_todo(self, move_line) -
update_fields_after_process_stock(self, moves)
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 311 days ago
- Last activity
- 27 days ago
- Repository
- OCA/stock-logistics-barcode
- Pull request
- [18.0][MIG] stock_barcodes_picking_batch: Migration to 18.0 (#727)