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 IDNameModelTypeStatus
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_all Float
    compute='_compute_picking_count' digits='Release Channel Weight' string='All Moves (Estimate) Weight'
  • weight_move_assigned Float
    compute='_compute_picking_count' digits='Release Channel Weight' string='Available Moves (Estimate) Weight'
  • weight_move_done Float
    compute='_compute_picking_count' digits='Release Channel Weight' string='Moves Done Today (Estimate) Weight'
  • weight_move_late Float
    compute='_compute_picking_count' digits='Release Channel Weight' string='Late Moves (Estimate) Weight'
  • weight_move_priority Float
    compute='_compute_picking_count' digits='Release Channel Weight' string='Priority Moves (Estimate) Weight'
  • weight_move_release_ready Float
    compute='_compute_picking_count' digits='Release Channel Weight' string='Release Ready Moves (Estimate) Weight'
  • weight_move_released Float
    compute='_compute_picking_count' digits='Release Channel Weight' string='Released Moves (Estimate) Weight'
  • weight_move_waiting Float
    compute='_compute_picking_count' digits='Release Channel Weight' string='Waiting Moves (Estimate) Weight'
  • weight_picking_all Float
    compute='_compute_picking_count' digits='Release Channel Weight' string='All Transfers Weight'
  • weight_picking_assigned Float
    compute='_compute_picking_count' digits='Release Channel Weight' string='Available Transfers Weight'
  • weight_picking_done Float
    compute='_compute_picking_count' digits='Release Channel Weight' string='Transfers Done WeightToday'
  • weight_picking_full_progress Float
    compute='_compute_picking_count' digits='Release Channel Weight' string='Full Progress Weight'
  • weight_picking_late Float
    compute='_compute_picking_count' digits='Release Channel Weight' string='Late Transfers Weight'
  • weight_picking_priority Float
    compute='_compute_picking_count' digits='Release Channel Weight' string='Priority Transfers Weight'
  • weight_picking_release_ready Float
    compute='_compute_picking_count' digits='Release Channel Weight' string='Release Ready Transfers Weight'
  • weight_picking_released Float
    compute='_compute_picking_count' digits='Release Channel Weight' string='Released Transfers Weight'
  • weight_picking_waiting Float
    compute='_compute_picking_count' digits='Release Channel Weight' string='Waiting Transfers Weight'
  • weight_uom_name Char
    compute='_compute_weight_uom_name' string='Weight Unit of Measure label'
Public methods (0)

No public methods.