Valued Picking Report

stock_picking_report_valued
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/19.0/stock_picking_report_valued
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, arantxa-s73
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add amount information to Delivery Slip report. You can select at
partner level if picking list report must be valued or not. If the
picking is done it's valued with quantity done, otherwise the picking is
valued with reserved quantity.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
valued_report_picking valued_report_picking ir.ui.view qweb Inherits stock.report_delivery_document
valued_report_picking_has_serial_move_line valued_report_picking_has_serial_move_line ir.ui.view qweb Inherits stock.stock_report_delivery_has_serial_move_line
view_partner_valued_picking Partner view (Valued picking) res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (1)
  • valued_picking Boolean
    default=True help='You can select which partners have valued pickings'
Public methods (0)

No public methods.

New fields (9)
  • currency_id Many2one
    related='sale_line.currency_id' string='Sale Currency'
  • sale_discount Float
    related='sale_line.discount' string='Sale discount (%)'
  • sale_line Many2one
    related='move_id.sale_line_id' string='Related order line'
  • sale_price_subtotal Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Price subtotal'
  • sale_price_tax Float
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Taxes'
  • sale_price_total Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Total'
  • sale_price_unit Float
    compute='_compute_sale_order_line_fields' compute_sudo=True
  • sale_tax_description Char
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Tax Description'
  • sale_tax_ids Many2many
    related='sale_line.tax_ids' string='Sale Tax'
Public methods (0)

No public methods.

New fields (5)
  • amount_tax Monetary
    compute='_compute_amount_all' compute_sudo=True string='Taxes'
  • amount_total Monetary
    compute='_compute_amount_all' compute_sudo=True string='Total'
  • amount_untaxed Monetary
    compute='_compute_amount_all' compute_sudo=True string='Untaxed Amount'
  • currency_id Many2one → res.currency
    comodel_name='res.currency' compute='_compute_currency_id' compute_sudo=True string='Currency'
  • valued Boolean
    related='partner_id.valued_picking'
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/18.0/stock_picking_report_valued
VERSION
VERSION 1.1.3
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Carlos Roca, CarlosRoca13, LauraCForgeFlow, david-s73, sygel, dtec-landoo, alvaroGC-S73
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:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add amount information to Delivery Slip report. You can select at
partner level if picking list report must be valued or not. If the
picking is done it's valued with quantity done, otherwise the picking is
valued with reserved quantity.

Additionally, an extensible "Total Picking" section has been added to the
delivery slip report. This total is displayed only when additional amounts are
applied on top of the standard picking total, allowing downstream modules to
adjust the reported total without altering the base report.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
valued_report_picking valued_report_picking ir.ui.view qweb Inherits stock.report_delivery_document
valued_report_picking_has_serial_move_line valued_report_picking_has_serial_move_line ir.ui.view qweb Inherits stock.stock_report_delivery_has_serial_move_line
view_partner_valued_picking Partner view (Valued picking) res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (1)
  • valued_picking Boolean
    default=True help='You can select which partners have valued pickings'
Public methods (0)

No public methods.

New fields (9)
  • currency_id Many2one
    related='sale_line.currency_id' string='Sale Currency'
  • sale_discount Float
    related='sale_line.discount' string='Sale discount (%)'
  • sale_line Many2one
    related='move_id.sale_line_id' string='Related order line'
  • sale_price_subtotal Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Price subtotal'
  • sale_price_tax Float
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Taxes'
  • sale_price_total Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Total'
  • sale_price_unit Float
    compute='_compute_sale_order_line_fields' compute_sudo=True
  • sale_tax_description Char
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Tax Description'
  • sale_tax_id Many2many
    related='sale_line.tax_id' string='Sale Tax'
Public methods (0)

No public methods.

New fields (5)
  • amount_tax Monetary
    compute='_compute_amount_all' compute_sudo=True string='Taxes'
  • amount_total Monetary
    compute='_compute_amount_all' compute_sudo=True string='Total'
  • amount_untaxed Monetary
    compute='_compute_amount_all' compute_sudo=True string='Untaxed Amount'
  • currency_id Many2one → res.currency
    comodel_name='res.currency' compute='_compute_currency_id' compute_sudo=True string='Currency'
  • valued Boolean
    related='partner_id.valued_picking'
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/17.0/stock_picking_report_valued
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSGitHub, Weblate, OCA-git-bot, oca-ci, CarlosRoca13, david-s73, sygel, chien, Antonio David Ruban Espinal
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add amount information to Delivery Slip report. You can select at partner level if
picking list report must be valued or not. If the picking is done it's valued with
quantity done, otherwise the picking is valued with reserved quantity.

Additionally, you can configure each individual picking to be valued or not, regardless
of the partner's configuration. This allows for more flexibility when generating
delivery slips for different purposes or recipients.

Additionally, an extensible "Total Picking" section has been added to the
delivery slip report. This total is displayed only when additional amounts are
applied on top of the standard picking total, allowing downstream modules to
adjust the reported total without altering the base report.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
valued_report_picking valued_report_picking ir.ui.view qweb Inherits stock.report_delivery_document
valued_report_picking_has_serial_move_line valued_report_picking_has_serial_move_line ir.ui.view qweb Inherits stock.stock_report_delivery_has_serial_move_line
view_partner_valued_picking Partner view (Valued picking) res.partner xpath Inherits base.view_partner_form
view_res_config_settings_form view.res.config.settings.form res.config.settings xpath Inherits stock.res_config_settings_view_form
view_stock_picking_form view.stock.picking.form stock.picking xpath Inherits stock.view_picking_form
Models touched (5)

New fields (1)
  • display_valued_in_picking Boolean
    default=False
Public methods (0)

No public methods.

New fields (1)
  • display_valued_in_picking Boolean
    readonly=False related='company_id.display_valued_in_picking'
Public methods (0)

No public methods.

New fields (1)
  • valued_picking Boolean
    default=True help='You can select which partners have valued pickings'
Public methods (0)

No public methods.

New fields (9)
  • currency_id Many2one
    readonly=True related='sale_line.currency_id' string='Sale Currency'
  • sale_discount Float
    readonly=True related='sale_line.discount' string='Sale discount (%)'
  • sale_line Many2one
    readonly=True related='move_id.sale_line_id' string='Related order line'
  • sale_price_subtotal Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Price subtotal'
  • sale_price_tax Float
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Taxes'
  • sale_price_total Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Total'
  • sale_price_unit Float
    compute='_compute_sale_order_line_fields' compute_sudo=True
  • sale_tax_description Char
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Tax Description'
  • sale_tax_id Many2many
    readonly=True related='sale_line.tax_id' string='Sale Tax'
Public methods (0)

No public methods.

New fields (6)
  • amount_tax Monetary
    compute='_compute_amount_all' compute_sudo=True string='Taxes'
  • amount_total Monetary
    compute='_compute_amount_all' compute_sudo=True string='Total'
  • amount_untaxed Monetary
    compute='_compute_amount_all' compute_sudo=True string='Untaxed Amount'
  • company_display_valued_in_picking Boolean
    depends=['company_id'] related='company_id.display_valued_in_picking'
  • currency_id Many2one → res.currency
    comodel_name='res.currency' compute='_compute_currency_id' compute_sudo=True string='Currency'
  • valued Boolean
    readonly=False related='partner_id.valued_picking'
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_valued
VERSION
VERSION 1.2.1
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Emilio Pascual, CarlosRoca13, miguels73, Angel Rivas, atg
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:
    - 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
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
valued_report_picking valued_report_picking ir.ui.view qweb Inherits stock.report_delivery_document
valued_report_picking_has_serial_move_line valued_report_picking_has_serial_move_line ir.ui.view qweb Inherits stock.stock_report_delivery_has_serial_move_line
view_partner_valued_picking Partner view (Valued picking) res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (1)
  • valued_picking Boolean
    default=True help='You can select which partners have valued pickings'
Public methods (0)

No public methods.

New fields (9)
  • currency_id Many2one
    readonly=True related='sale_line.currency_id' string='Sale Currency'
  • sale_discount Float
    readonly=True related='sale_line.discount' string='Sale discount (%)'
  • sale_line Many2one
    readonly=True related='move_id.sale_line_id' string='Related order line'
  • sale_price_subtotal Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Price subtotal'
  • sale_price_tax Float
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Taxes'
  • sale_price_total Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Total'
  • sale_price_unit Float
    compute='_compute_sale_order_line_fields' compute_sudo=True
  • sale_tax_description Char
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Tax Description'
  • sale_tax_id Many2many
    readonly=True related='sale_line.tax_id' string='Sale Tax'
Public methods (0)

No public methods.

New fields (5)
  • amount_tax Monetary
    compute='_compute_amount_all' compute_sudo=True string='Taxes'
  • amount_total Monetary
    compute='_compute_amount_all' compute_sudo=True string='Total'
  • amount_untaxed Monetary
    compute='_compute_amount_all' compute_sudo=True string='Untaxed Amount'
  • currency_id Many2one → res.currency
    comodel_name='res.currency' compute='_compute_currency_id' compute_sudo=True string='Currency'
  • valued Boolean
    readonly=True related='partner_id.valued_picking'
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/15.0/stock_picking_report_valued
VERSION
VERSION 1.7.1
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSCarlos Dauden, david, OCA Transbot, sergio-teruel, Víctor Martínez, Ernesto Tejeda, Weblate, OCA-git-bot, oca-ci, Aritz Olea, Fernando La Chica, Fernando, josep-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
valued_report_picking valued_report_picking ir.ui.view qweb Inherits stock.report_delivery_document
valued_report_picking_has_serial_move_line valued_report_picking_has_serial_move_line ir.ui.view qweb Inherits stock.stock_report_delivery_has_serial_move_line
view_partner_valued_picking Partner view (Valued picking) res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (1)
  • valued_picking Boolean
    default=True help='You can select which partners have valued pickings'
Public methods (0)

No public methods.

New fields (9)
  • currency_id Many2one
    readonly=True related='sale_line.currency_id' string='Sale Currency'
  • sale_discount Float
    readonly=True related='sale_line.discount' string='Sale discount (%)'
  • sale_line Many2one
    readonly=True related='move_id.sale_line_id' string='Related order line'
  • sale_price_subtotal Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Price subtotal'
  • sale_price_tax Float
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Taxes'
  • sale_price_total Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Total'
  • sale_price_unit Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True
  • sale_tax_description Char
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Tax Description'
  • sale_tax_id Many2many
    readonly=True related='sale_line.tax_id' string='Sale Tax'
Public methods (0)

No public methods.

New fields (5)
  • amount_tax Monetary
    compute='_compute_amount_all' compute_sudo=True string='Taxes'
  • amount_total Monetary
    compute='_compute_amount_all' compute_sudo=True string='Total'
  • amount_untaxed Monetary
    compute='_compute_amount_all' compute_sudo=True string='Untaxed Amount'
  • currency_id Many2one
    readonly=True related='sale_id.currency_id' related_sudo=True string='Currency'
  • valued Boolean
    readonly=True related='partner_id.valued_picking'
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/14.0/stock_picking_report_valued
VERSION
VERSION 1.2.3
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub, Denis Roussel, Carlos Lopez, OCA Transbot, Víctor Martínez, Ernesto Tejeda, oca-travis, Weblate, OCA-git-bot, Iryna Vyshnevska, Aritz Olea, Kev-Roche
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
valued_report_picking valued_report_picking ir.ui.view qweb Inherits stock.report_delivery_document
valued_report_picking_has_serial_move_line valued_report_picking_has_serial_move_line ir.ui.view qweb Inherits stock.stock_report_delivery_has_serial_move_line
view_partner_valued_picking Partner view (Valued picking) res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (1)
  • valued_picking Boolean
    default=True help='You can select which partners have valued pickings'
Public methods (0)

No public methods.

New fields (9)
  • currency_id Many2one
    readonly=True related='sale_line.currency_id' string='Sale Currency'
  • sale_discount Float
    readonly=True related='sale_line.discount' string='Sale discount (%)'
  • sale_line Many2one
    readonly=True related='move_id.sale_line_id' string='Related order line'
  • sale_price_subtotal Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Price subtotal'
  • sale_price_tax Float
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Taxes'
  • sale_price_total Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Total'
  • sale_price_unit Float
    compute='_compute_sale_order_line_fields' compute_sudo=True readonly=True string='Sale price unit'
  • sale_tax_description Char
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Tax Description'
  • sale_tax_id Many2many
    readonly=True related='sale_line.tax_id' string='Sale Tax'
Public methods (0)

No public methods.

New fields (5)
  • amount_tax Monetary
    compute='_compute_amount_all' compute_sudo=True string='Taxes'
  • amount_total Monetary
    compute='_compute_amount_all' compute_sudo=True string='Total'
  • amount_untaxed Monetary
    compute='_compute_amount_all' compute_sudo=True string='Untaxed Amount'
  • currency_id Many2one
    readonly=True related='sale_id.currency_id' related_sudo=True string='Currency'
  • valued Boolean
    readonly=True related='partner_id.valued_picking'
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/13.0/stock_picking_report_valued
VERSION
VERSION 1.1.5
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSDenis Roussel, Carlos Dauden, david, OCA Transbot, sergio-teruel, João Marques, Sergio Teruel, oca-travis, OCA-git-bot, Aritz Olea
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
valued_report_picking valued_report_picking ir.ui.view qweb Inherits stock.report_delivery_document
view_partner_valued_picking Partner view (Valued picking) res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (1)
  • valued_picking Boolean
    default=True help='You can select which partners have valued pickings'
Public methods (0)

No public methods.

New fields (9)
  • currency_id Many2one
    readonly=True related='sale_line.currency_id' string='Sale Currency'
  • sale_discount Float
    readonly=True related='sale_line.discount' string='Sale discount (%)'
  • sale_line Many2one
    readonly=True related='move_id.sale_line_id' string='Related order line'
  • sale_price_subtotal Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Price subtotal'
  • sale_price_tax Float
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Taxes'
  • sale_price_total Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Total'
  • sale_price_unit Float
    compute='_compute_sale_order_line_fields' compute_sudo=True readonly=True string='Sale price unit'
  • sale_tax_description Char
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Tax Description'
  • sale_tax_id Many2many
    readonly=True related='sale_line.tax_id' string='Sale Tax'
Public methods (0)

No public methods.

New fields (5)
  • amount_tax Monetary
    compute='_compute_amount_all' compute_sudo=True string='Taxes'
  • amount_total Monetary
    compute='_compute_amount_all' compute_sudo=True string='Total'
  • amount_untaxed Monetary
    compute='_compute_amount_all' compute_sudo=True string='Untaxed Amount'
  • currency_id Many2one
    readonly=True related='sale_id.currency_id' related_sudo=True string='Currency'
  • valued Boolean
    readonly=True related='partner_id.valued_picking'
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_valued
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSCarlos Dauden, david, OCA Transbot, oca-travis, Weblate, OCA-git-bot, ernesto
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:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
valued_report_picking valued_report_picking ir.ui.view qweb Inherits stock.report_delivery_document
view_partner_valued_picking Partner view (Valued picking) res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (1)
  • valued_picking Boolean
    default=True help='You can select which partners have valued pickings'
Public methods (0)

No public methods.

New fields (9)
  • currency_id Many2one
    readonly=True related='sale_line.currency_id' string='Sale Currency'
  • sale_discount Float
    readonly=True related='sale_line.discount' string='Sale discount (%)'
  • sale_line Many2one
    readonly=True related='move_id.sale_line_id' string='Related order line'
  • sale_price_subtotal Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Price subtotal'
  • sale_price_tax Float
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Taxes'
  • sale_price_total Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Total'
  • sale_price_unit Float
    readonly=True related='sale_line.price_unit' string='Sale price unit'
  • sale_tax_description Char
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Tax Description'
  • sale_tax_id Many2many
    readonly=True related='sale_line.tax_id' string='Sale Tax'
Public methods (0)

No public methods.

New fields (5)
  • amount_tax Monetary
    compute='_compute_amount_all' compute_sudo=True string='Taxes'
  • amount_total Monetary
    compute='_compute_amount_all' compute_sudo=True string='Total'
  • amount_untaxed Monetary
    compute='_compute_amount_all' compute_sudo=True string='Untaxed Amount'
  • currency_id Many2one
    readonly=True related='sale_id.currency_id' related_sudo=True string='Currency'
  • valued Boolean
    readonly=True related='partner_id.valued_picking'
Public methods (1)
  • get_taxes_values(self)
    @api.multi
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/11.0/stock_picking_report_valued
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Carlos Dauden, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:24:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account
    - product
    - decimal_precision
    - analytic
    - web_planner
    - portal
    - http_routing
    - account_invoicing
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
valued_report_picking valued_report_picking ir.ui.view qweb Inherits stock.report_delivery_document
view_partner_valued_picking Partner view (Valued picking) res.partner field Inherits base.view_partner_form
Models touched (3)

New fields (1)
  • valued_picking Boolean
    default=True help='You can select which partners have valued pickings'
Public methods (0)

No public methods.

New fields (9)
  • currency_id Many2one
    readonly=True related='sale_line.currency_id' related_sudo=True string='Sale Currency'
  • sale_discount Float
    readonly=True related='sale_line.discount' related_sudo=True string='Sale discount (%)'
  • sale_line Many2one
    readonly=True related='move_id.sale_line_id' related_sudo=True string='Related order line'
  • sale_price_subtotal Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Price subtotal'
  • sale_price_tax Float
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Taxes'
  • sale_price_total Monetary
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Total'
  • sale_price_unit Float
    readonly=True related='sale_line.price_unit' related_sudo=True string='Sale price unit'
  • sale_tax_description Char
    compute='_compute_sale_order_line_fields' compute_sudo=True string='Tax Description'
  • sale_tax_id Many2many
    readonly=True related='sale_line.tax_id' related_sudo=True string='Sale Tax'
Public methods (0)

No public methods.

New fields (5)
  • amount_tax Monetary
    compute='_compute_amount_all' compute_sudo=True string='Taxes'
  • amount_total Monetary
    compute='_compute_amount_all' compute_sudo=True string='Total'
  • amount_untaxed Monetary
    compute='_compute_amount_all' compute_sudo=True string='Untaxed Amount'
  • currency_id Many2one
    readonly=True related='sale_id.currency_id' related_sudo=True string='Currency'
  • valued Boolean
    readonly=True related='partner_id.valued_picking'
Public methods (1)
  • get_taxes_values(self)
    @api.multi