TIP: You can type at any time to perform a new search.
Stock Release Channels show Weight
stock_release_channel_show_weight · OCA/wms
- Repository
- OCA/wms · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Uncategorized
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/wms
- Last tracking update
- 2026-08-07 08:09:26
- Authors
- Odoo Community Association (OCA), BCIM
- Maintainers
- Odoo Community Association (OCA), BCIM
- Committers
- Jacques-Etienne Baudoux, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- openupgradelib, requests
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_release_channel_kanban_view |
stock.release.channel | kanban | Inherits stock_release_channel.stock_release_channel_kanban_view | |
stock_release_channel_list_view |
stock.release.channel | list | Inherits stock_release_channel.stock_release_channel_tree_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (18)
-
weight_move_allFloatcompute='_compute_picking_count'digits='Release Channel Weight'string='All Moves (Estimate) Weight' -
weight_move_assignedFloatcompute='_compute_picking_count'digits='Release Channel Weight'string='Available Moves (Estimate) Weight' -
weight_move_doneFloatcompute='_compute_picking_count'digits='Release Channel Weight'string='Moves Done Today (Estimate) Weight' -
weight_move_lateFloatcompute='_compute_picking_count'digits='Release Channel Weight'string='Late Moves (Estimate) Weight' -
weight_move_priorityFloatcompute='_compute_picking_count'digits='Release Channel Weight'string='Priority Moves (Estimate) Weight' -
weight_move_release_readyFloatcompute='_compute_picking_count'digits='Release Channel Weight'string='Release Ready Moves (Estimate) Weight' -
weight_move_releasedFloatcompute='_compute_picking_count'digits='Release Channel Weight'string='Released Moves (Estimate) Weight' -
weight_move_waitingFloatcompute='_compute_picking_count'digits='Release Channel Weight'string='Waiting Moves (Estimate) Weight' -
weight_picking_allFloatcompute='_compute_picking_count'digits='Release Channel Weight'string='All Transfers Weight' -
weight_picking_assignedFloatcompute='_compute_picking_count'digits='Release Channel Weight'string='Available Transfers Weight' -
weight_picking_doneFloatcompute='_compute_picking_count'digits='Release Channel Weight'string='Transfers Done WeightToday' -
weight_picking_full_progressFloatcompute='_compute_picking_count'digits='Release Channel Weight'string='Full Progress Weight' -
weight_picking_lateFloatcompute='_compute_picking_count'digits='Release Channel Weight'string='Late Transfers Weight' -
weight_picking_priorityFloatcompute='_compute_picking_count'digits='Release Channel Weight'string='Priority Transfers Weight' -
weight_picking_release_readyFloatcompute='_compute_picking_count'digits='Release Channel Weight'string='Release Ready Transfers Weight' -
weight_picking_releasedFloatcompute='_compute_picking_count'digits='Release Channel Weight'string='Released Transfers Weight' -
weight_picking_waitingFloatcompute='_compute_picking_count'digits='Release Channel Weight'string='Waiting Transfers Weight' -
weight_uom_nameCharcompute='_compute_weight_uom_name'string='Weight Unit of Measure label'
No public methods.