Stock Release Channels show Volume

stock_release_channel_show_volume
REPOSITORY
REPOSITORYOCA/wms
GIT
GIThttps://github.com/OCA/wms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/wms/tree/16.0/stock_release_channel_show_volume
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), BCIM, MT-Software
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), BCIM, MT-Software
COMMITTERS
COMMITTERSJacques-Etienne Baudoux, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/wms
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_dimension
OCA/queue:
    - queue_job
OCA/stock-logistics-warehouse:
    - stock_picking_volume
OCA/wms:
    - stock_release_channel
    - stock_available_to_promise_release
odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES openupgradelib
requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_release_channel_kanban_view stock.release.channel xpath Inherits stock_release_channel.stock_release_channel_kanban_view
stock_release_channel_list_view stock.release.channel xpath Inherits stock_release_channel.stock_release_channel_tree_view
Models touched (1)

New fields (18)
  • volume_move_all Float
    compute='_compute_picking_count' digits='Release Channel Volume' string='All Moves (Estimate) Volume'
  • volume_move_assigned Float
    compute='_compute_picking_count' digits='Release Channel Volume' string='Available Moves (Estimate) Volume'
  • volume_move_done Float
    compute='_compute_picking_count' digits='Release Channel Volume' string='Moves Done Today (Estimate) Volume'
  • volume_move_late Float
    compute='_compute_picking_count' digits='Release Channel Volume' string='Late Moves (Estimate) Volume'
  • volume_move_priority Float
    compute='_compute_picking_count' digits='Release Channel Volume' string='Priority Moves (Estimate) Volume'
  • volume_move_release_ready Float
    compute='_compute_picking_count' digits='Release Channel Volume' string='Release Ready Moves (Estimate) Volume'
  • volume_move_released Float
    compute='_compute_picking_count' digits='Release Channel Volume' string='Released Moves (Estimate) Volume'
  • volume_move_waiting Float
    compute='_compute_picking_count' digits='Release Channel Volume' string='Waiting Moves (Estimate) Volume'
  • volume_picking_all Float
    compute='_compute_picking_count' digits='Release Channel Volume' string='All Transfers Volume'
  • volume_picking_assigned Float
    compute='_compute_picking_count' digits='Release Channel Volume' string='Available Transfers Volume'
  • volume_picking_done Float
    compute='_compute_picking_count' digits='Release Channel Volume' string='Transfers Done VolumeToday'
  • volume_picking_full_progress Float
    compute='_compute_picking_count' digits='Release Channel Volume' string='Full Progress Volume'
  • volume_picking_late Float
    compute='_compute_picking_count' digits='Release Channel Volume' string='Late Transfers Volume'
  • volume_picking_priority Float
    compute='_compute_picking_count' digits='Release Channel Volume' string='Priority Transfers Volume'
  • volume_picking_release_ready Float
    compute='_compute_picking_count' digits='Release Channel Volume' string='Release Ready Transfers Volume'
  • volume_picking_released Float
    compute='_compute_picking_count' digits='Release Channel Volume' string='Released Transfers Volume'
  • volume_picking_waiting Float
    compute='_compute_picking_count' digits='Release Channel Volume' string='Waiting Transfers Volume'
  • volume_uom_name Char
    compute='_compute_volume_uom_name' string='Volume Unit of Measure label'
Public methods (0)

No public methods.