Stock Picking Report Summary

stock_picking_report_summary
REPOSITORY
REPOSITORYOCA/stock-logistics-reporting
GIT
GIThttps://github.com/OCA/stock-logistics-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-reporting/tree/18.0/stock_picking_report_summary
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Grap
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Grap
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Bhavesh Heliconia
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:19
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
Select several Pickings to print a PDF summary with two sheets :

- Products Summary (where the total sum is calculated for each product)
- Detail Part (each delivery is detailed product by product, with lines
  at 0 printed in grey)

You can choose to print standard prices or not (can be useful to check
some values when you prepare your pickings).

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
picking_summary picking_summary ir.ui.view qweb New
view_picking_summary_wizard_form picking.summary.wizard form New
Models touched (3)

New fields (8)
  • picking_line_ids One2many → picking.summary.wizard.picking
    comodel_name='picking.summary.wizard.picking' default=<expr> inverse_name='wizard_id'
  • picking_line_qty Integer
    default=<expr> readonly=True string='Number of Selected Picking'
  • print_details Boolean
    default=True string='Print Picking Details'
  • print_prices Boolean
    default=False string='Print Standard Prices'
  • print_summary Boolean
    default=True
  • print_unit_in_list Boolean
    default=True string='Print Units'
  • product_line_ids One2many → picking.summary.wizard.product
    comodel_name='picking.summary.wizard.product' default=<expr> inverse_name='wizard_id'
  • standard_price_total Float
    compute='_compute_standard_price_total' digits='Product Price'
Public methods (0)

No public methods.

New fields (2)
  • picking_id Many2one → stock.picking
    comodel_name='stock.picking'
  • wizard_id Many2one → picking.summary.wizard
    comodel_name='picking.summary.wizard'
Public methods (0)

No public methods.

New fields (5)
  • product_id Many2one → product.product
    comodel_name='product.product'
  • quantity_total Float
  • standard_price Float
    digits='Product Price' related='product_id.standard_price'
  • standard_price_total Float
    compute='_compute_standard_price_total' digits='Product Price'
  • wizard_id Many2one → picking.summary.wizard
    comodel_name='picking.summary.wizard'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-reporting
GIT
GIThttps://github.com/OCA/stock-logistics-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-reporting/tree/16.0/stock_picking_report_summary
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Grap
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Grap
COMMITTERS
COMMITTERSWeblate, Quentin Dupont, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:58
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 (2)
XML IDNameModelTypeStatus
picking_summary picking_summary ir.ui.view qweb New
view_picking_summary_wizard_form picking.summary.wizard form New
Models touched (3)

New fields (8)
  • picking_line_ids One2many → picking.summary.wizard.picking
    comodel_name='picking.summary.wizard.picking' default=<expr> inverse_name='wizard_id'
  • picking_line_qty Integer
    default=<expr> readonly=True string='Number of Selected Picking'
  • print_details Boolean
    default=True string='Print Picking Details'
  • print_prices Boolean
    default=False string='Print Standard Prices'
  • print_summary Boolean
    default=True
  • print_unit_in_list Boolean
    default=True string='Print Units'
  • product_line_ids One2many → picking.summary.wizard.product
    comodel_name='picking.summary.wizard.product' default=<expr> inverse_name='wizard_id'
  • standard_price_total Float
    compute='_compute_standard_price_total' digits='Product Price'
Public methods (0)

No public methods.

New fields (2)
  • picking_id Many2one → stock.picking
    comodel_name='stock.picking'
  • wizard_id Many2one → picking.summary.wizard
    comodel_name='picking.summary.wizard'
Public methods (0)

No public methods.

New fields (5)
  • product_id Many2one → product.product
    comodel_name='product.product'
  • quantity_total Float
  • standard_price Float
    digits='Product Price' related='product_id.standard_price'
  • standard_price_total Float
    compute='_compute_standard_price_total' digits='Product Price'
  • wizard_id Many2one → picking.summary.wizard
    comodel_name='picking.summary.wizard'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-reporting
GIT
GIThttps://github.com/OCA/stock-logistics-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-reporting/tree/12.0/stock_picking_report_summary
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Grap
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Grap
COMMITTERS
COMMITTERSSylvain LE GAL, oca-travis, OCA-git-bot, Quentin Dupont
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:25
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
picking_summary picking_summary ir.ui.view qweb New
view_picking_summary_wizard_form picking.summary.wizard form New
Models touched (3)

New fields (8)
  • picking_line_ids One2many → picking.summary.wizard.picking
    comodel_name='picking.summary.wizard.picking' default=<expr> inverse_name='wizard_id'
  • picking_line_qty Integer
    default=<expr> readonly=True string='Number of Selected Picking'
  • print_detail Boolean
    default=True string='Print Detail'
  • print_prices Boolean
    default=False string='Print Standard Prices'
  • print_summary Boolean
    default=True string='Print Summary'
  • print_unity_in_list Boolean
    default=True string='Print Unit in Pickings List'
  • product_line_ids One2many → picking.summary.wizard.product
    comodel_name='picking.summary.wizard.product' default=<expr> inverse_name='wizard_id'
  • standard_price_total Float
    compute='_compute_standard_price_total' digits=dp.get_precision('Product Price')
Public methods (0)

No public methods.

New fields (2)
  • picking_id Many2one → stock.picking
    comodel_name='stock.picking'
  • wizard_id Many2one → picking.summary.wizard
    comodel_name='picking.summary.wizard'
Public methods (0)

No public methods.

New fields (5)
  • product_id Many2one → product.product
    comodel_name='product.product'
  • quantity_total Float
  • standard_price Float
    digits=dp.get_precision('Product Price') related='product_id.standard_price'
  • standard_price_total Float
    compute='_compute_standard_price_total' digits=dp.get_precision('Product Price')
  • wizard_id Many2one → picking.summary.wizard
    comodel_name='picking.summary.wizard'
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/stock-logistics-reporting
PULL REQUEST
PULL REQUEST[17.0][MIG] stock_picking_report_summary: Migration to 17.0 (#386)