Stock Release Channels show Weight

stock_release_channel_show_weight
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_weight
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), BCIM
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/queue:
    - queue_job
OCA/wms:
    - stock_release_channel
    - stock_available_to_promise_release
odoo/odoo:
    - delivery
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - sale_management
    - 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)
  • 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.