Stock Packaging Qty

stock_move_packaging_qty
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_move_packaging_qty
VERSION
VERSION 1.2.1
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow, Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow, Moduon
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, David Vidal, oca-ci, Eduardo de Miguel, Andrii Kompaniiets
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - 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
Add packaging fields in the stock moves, their lines and their reports.

Code Analysis

Views touched (11)
XML IDNameModelTypeStatus
report_picking report_picking ir.ui.view qweb Inherits stock.report_picking
stock_picking_view_form_packaging stock.picking.form stock.picking xpath Inherits stock.view_picking_form
stock_report_delivery_has_serial_move_line stock_report_delivery_has_serial_move_line ir.ui.view qweb Inherits stock.stock_report_delivery_has_serial_move_line
view_move_form stock.move.form stock.move xpath Inherits stock.view_move_form
view_move_line_form Add product packaging qty done info stock.move.line xpath Inherits stock.view_move_line_form
view_move_line_tree_detailed Add product packaging qty done info stock.move.line xpath Inherits stock.view_move_line_tree_detailed
view_picking_move_tree stock.picking.move.list stock.move xpath Inherits stock.view_picking_move_tree
view_picking_type_form stock.picking.type.form stock.picking.type xpath Inherits stock.view_picking_type_form
view_stock_move_line_detailed_operation_tree Add product packaging qty done info stock.move.line xpath Inherits stock.view_stock_move_line_detailed_operation_tree
view_stock_move_line_operation_tree Add product packaging qty done info stock.move.line xpath Inherits stock.view_stock_move_line_operation_tree
view_stock_move_operations Add product packaging qty info stock.move xpath Inherits stock.view_stock_move_operations
Models touched (3)

New fields (1)
  • product_packaging_quantity Float
    inverse='_inverse_product_packaging_quantity'
Public methods (0)

No public methods.

New fields (2)
  • product_packaging_id Many2one
    readonly=True related='move_id.product_packaging_id'
  • product_packaging_quantity Float
    compute='_compute_product_packaging_quantity' help='Quantity done in Product Packaging' readonly=False store=True string='Done Packaging Quantity'
Public methods (0)

No public methods.

New fields (1)
  • automatic_done_packaging_calculation Boolean
    default=True help='The system calculates Done Packaging Automatically on Stock Move Lines.\nDisable this to prevent automatic calculation.' string='Automatically Calculate Done Packaging Quantity'
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_move_packaging_qty
VERSION
VERSION 1.5.0
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSJairo Llopis, Weblate, OCA-git-bot, oca-ci, Eduardo De Miguel, Emilio Pascual
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:44
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - 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 (11)
XML IDNameModelTypeStatus
report_delivery_document report_delivery_document ir.ui.view qweb Inherits stock.report_delivery_document
report_picking report_picking ir.ui.view qweb Inherits stock.report_picking
stock_picking_view_form_packaging stock.picking.form stock.picking xpath Inherits stock.view_picking_form
stock_report_delivery_aggregated_move_lines stock_report_delivery_aggregated_move_lines ir.ui.view qweb Inherits stock.stock_report_delivery_aggregated_move_lines
stock_report_delivery_has_serial_move_line stock_report_delivery_has_serial_move_line ir.ui.view qweb Inherits stock.stock_report_delivery_has_serial_move_line
view_move_extra_tree view.move.extra.tree stock.move field Inherits stock.view_move_tree
view_move_line_tree_detailed Add product packaging qty done info stock.move.line field Inherits stock.view_move_line_tree_detailed
view_stock_move_line_detailed_operation_tree Add product packaging qty done info stock.move.line field Inherits stock.view_stock_move_line_detailed_operation_tree
view_stock_move_line_mobile_form_extension Add product packaging qty done info stock.move.line xpath Inherits stock.view_move_line_mobile_form
view_stock_move_line_operation_tree Add product packaging qty done info stock.move.line field Inherits stock.view_stock_move_line_operation_tree
view_stock_move_operations Add product packaging qty info stock.move xpath Inherits stock.view_stock_move_operations
Models touched (2)

New fields (2)
  • product_packaging_qty Float
    compute='_compute_product_packaging_qty' help='Amount of product packagings demanded.' inverse='_inverse_product_packaging_qty' string='Pkgs. Demand'
  • product_packaging_qty_done Float
    compute='_compute_product_packaging_qty_done' help='Amount of product packagings done.' inverse='_inverse_product_packaging_qty_done' string='Pkgs. Done'
Public methods (0)

No public methods.

New fields (3)
  • product_packaging_id Many2one
    readonly=True related='move_id.product_packaging_id'
  • product_packaging_qty_done Float
    help='Product packaging quantity done.' string='Done Pkg. Qty.'
  • product_packaging_qty_reserved Float
    help='Product packaging quantity reserved.' string='Reserved Pkg. Qty.'
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/13.0/stock_move_packaging_qty
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSoca-travis, OCA-git-bot, Carlos Roca, Mateu Griful
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_picking_view_form_packaging stock.picking.form stock.picking xpath Inherits stock.view_picking_form
view_move_extra_tree view.move.extra.tree stock.move field Inherits stock.view_move_tree
Models touched (1)

New fields (2)
  • product_packaging Many2one → product.packaging
    check_company=True comodel_name='product.packaging' default=False string='Package'
  • product_packaging_qty Float
    compute='_compute_product_packaging_qty' digits='Product Unit of Measure' inverse='_inverse_product_packaging_qty' string='Package quantity'
Public methods (1)
  • onchange_quantity(self)
    @api.onchange('product_uom_qty', 'product_uom')
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/12.0/stock_move_packaging_qty
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSAlexandre Fayolle, oca-travis, OCA-git-bot, Mateu Griful
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_picking_view_form_packaging stock.picking.form stock.picking xpath Inherits stock.view_picking_form
view_move_extra_tree view.move.extra.tree stock.move field Inherits stock.view_move_tree
Models touched (1)

New fields (2)
  • product_packaging Many2one → product.packaging
    check_company=True comodel_name='product.packaging' default=False string='Package'
  • product_packaging_qty Float
    compute='_compute_product_packaging_qty' digits=dp.get_precision('Product Unit of Measure') inverse='_inverse_product_packaging_qty' string='Package quantity'
Public methods (1)
  • onchange_quantity(self)
    @api.onchange('product_uom_qty', 'product_uom')