TIP: You can type at any time to perform a new search.
Weighing assistant in batch pickings
stock_picking_batch_weighing · OCA/stock-weighing
- Repository
- OCA/stock-weighing · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Inventory
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-weighing
- Last tracking update
- 2026-08-07 08:42:56
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Weblate, OCA-git-bot, oca-ci, Andrii9090-tecnativa
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
We can go to the weighing operations from an action button in the batch picking form and kanban views.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_picking_batch_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 |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (1)-
run_action(self)
New fields (0)
No new fields.
Public methods (1)-
action_stock_batch_picking_weighing(self)@api.modelUsed in the start screen
New fields (2)
-
has_weighing_operationsBooleancompute='_compute_has_weighing_operations' -
weighing_operationsBooleanrelated='picking_type_id.weighing_operations'
-
action_weighing_operations(self)Weight operations for this picking
Loading…