Stock Picking Volume

stock_picking_volume
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/19.0/stock_picking_volume
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Vicent-S73
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:46
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_dimension
odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
For some processes, you need to know the volume of your stock transfers.
This could be useful for example to know the device to use to process
it. An other use case could be to know how many trucks you need to
deliver your products.

By default, the delivery module from Odoo will compute the transfer
weight. Unfortunately, it will not compute the volume. This module will
add the volume computation to the stock transfer and to the moves. This
information will be stored in the database and will be available on the
transfer and move form views.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_move_form_view stock.move.form (in stock_picking_volume) stock.move field Inherits stock.view_move_form
stock_picking_form_view stock.picking.form (in stock_picking_volume) stock.picking xpath Inherits stock.view_picking_form
stock_picking_tree_view stock.picking.tree (in stock_picking_volume) stock.picking xpath Inherits stock.vpicktree
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • volume Float
    compute='_compute_volume' compute_sudo=True store=True
  • volume_uom_name Char
    compute='_compute_volume_uom_name' string='Volume unit of measure label'
Public methods (0)

No public methods.

New fields (2)
  • volume Float
    compute='_compute_volume' compute_sudo=True store=True
  • volume_uom_name Char
    compute='_compute_volume_uom_name' string='Volume unit of measure label'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_picking_volume
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Henry Backman, Mmequignon, arantxa-s73
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_dimension
odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
For some processes, you need to know the volume of your stock transfers.
This could be useful for example to know the device to use to process
it. An other use case could be to know how many trucks you need to
deliver your products.

By default, the delivery module from Odoo will compute the transfer
weight. Unfortunately, it will not compute the volume. This module will
add the volume computation to the stock transfer and to the moves. This
information will be stored in the database and will be available on the
transfer and move form views.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_move_form_view stock.move.form (in stock_picking_volume) stock.move field Inherits stock.view_move_form
stock_picking_form_view stock.picking.form (in stock_picking_volume) stock.picking xpath Inherits stock.view_picking_form
stock_picking_tree_view stock.picking.tree (in stock_picking_volume) stock.picking xpath Inherits stock.vpicktree
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • volume Float
    compute='_compute_volume' compute_sudo=True store=True
  • volume_uom_name Char
    compute='_compute_volume_uom_name' string='Volume unit of measure label'
Public methods (0)

No public methods.

New fields (2)
  • volume Float
    compute='_compute_volume' compute_sudo=True store=True
  • volume_uom_name Char
    compute='_compute_volume_uom_name' string='Volume unit of measure label'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_picking_volume
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSSébastien Alix, Weblate, OCA-git-bot, oca-ci, RabbitJon-S73
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_dimension
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
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
For some processes, you need to know the volume of your stock picking.
This could be useful for example to know the device to use to process
it. An other use case could be to know how many trucks you need to
deliver your products.

By default, the delivery module from Odoo will compute the picking
weight. Unfortunately, it will not compute the volume. This module will
add the volume computation to the picking and to the stock move. This
information will be stored in the database and will be available on the
picking form view and on the stock move form view.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_move_form_view stock.move.form (in stock_picking_volume) stock.move field Inherits stock.view_move_form
stock_picking_form_view stock.picking.form (in stock_picking_volume) stock.picking xpath Inherits stock.view_picking_form
stock_picking_tree_view stock.picking.tree (in stock_picking_volume) stock.picking xpath Inherits stock.vpicktree
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • volume Float
    compute='_compute_volume' compute_sudo=True readonly=False states={'done': [('readonly', True)], 'cancel': [('readonly', True)]} store=True
  • volume_uom_name Char
    compute='_compute_volume_uom_name' string='Volume unit of measure label'
Public methods (0)

No public methods.

New fields (2)
  • volume Float
    compute='_compute_volume' compute_sudo=True readonly=False states={'done': [('readonly', True)], 'cancel': [('readonly', True)]} store=True
  • volume_uom_name Char
    compute='_compute_volume_uom_name' string='Volume unit of measure label'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_picking_volume
VERSION
VERSION 1.1.2
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSLaurent Mignon (ACSONE), Denis Roussel, Sébastien Alix, Weblate, OCA-git-bot, oca-ci, ferran-S73, CristianoMafraJunior, joelkm
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:44
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_dimension
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
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_move_form_view stock.move.form (in stock_picking_volume) stock.move field Inherits stock.view_move_form
stock_picking_form_view stock.picking.form (in stock_picking_volume) stock.picking xpath Inherits stock.view_picking_form
stock_picking_tree_view stock.picking.tree (in stock_picking_volume) stock.picking xpath Inherits stock.vpicktree
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • volume Float
    compute='_compute_volume' compute_sudo=True readonly=False states={'done': [('readonly', True)], 'cancel': [('readonly', True)]} store=True
  • volume_uom_name Char
    compute='_compute_volume_uom_name' string='Volume unit of measure label'
Public methods (0)

No public methods.

New fields (2)
  • volume Float
    compute='_compute_volume' compute_sudo=True readonly=False states={'done': [('readonly', True)], 'cancel': [('readonly', True)]} store=True
  • volume_uom_name Char
    compute='_compute_volume_uom_name' string='Volume unit of measure label'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_picking_volume
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSSébastien Alix, Weblate, OCA-git-bot, Michael Tietz, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_dimension
odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_move_form_view stock.move.form (in stock_picking_volume) stock.move field Inherits stock.view_move_form
stock_picking_form_view stock.picking.form (in stock_picking_volume) stock.picking xpath Inherits stock.view_picking_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • volume Float
    compute='_compute_volume' compute_sudo=True readonly=False states={'done': [('readonly', True)], 'cancel': [('readonly', True)]} store=True
  • volume_uom_name Char
    compute='_compute_volume_uom_name' string='Volume unit of measure label'
Public methods (0)

No public methods.

New fields (2)
  • volume Float
    compute='_compute_volume' compute_sudo=True readonly=False states={'done': [('readonly', True)], 'cancel': [('readonly', True)]} store=True
  • volume_uom_name Char
    compute='_compute_volume_uom_name' string='Volume unit of measure label'
Public methods (0)

No public methods.