Stock Valued Picking Report

stock_valued_picking_report
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/10.0/stock_valued_picking_report
VERSION
VERSION 1.0.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
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, OCA-git-bot, David Vidal
WEBSITE
WEBSITEhttps://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
    - stock
    - procurement
    - barcodes
    - sale
    - sales_team
    - delivery
    - sale_stock
    - stock_account
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' string='Currency'
  • sale_discount Float
    compute='_compute_sale_order_line_fields' digits=dp.get_precision('Discount') string='Sale discount (%)'
  • sale_line Many2one → sale.order.line
    comodel_name='sale.order.line' compute='_compute_sale_order_line_fields' string='Related order line'
  • sale_price_subtotal Monetary
    compute='_compute_sale_order_line_fields' string='Price subtotal'
  • sale_price_tax Float
    compute='_compute_sale_order_line_fields' string='Taxes'
  • sale_price_total Monetary
    compute='_compute_sale_order_line_fields' string='Total'
  • sale_price_unit Float
    compute='_compute_sale_order_line_fields' digits=dp.get_precision('Product Price') string='Sale price unit'
  • sale_tax_description Char
    compute='_compute_sale_order_line_fields' string='Tax Description'
  • sale_tax_id Many2many → account.tax
    comodel_name='account.tax' compute='_compute_sale_order_line_fields' string='Taxes'
Public methods (1)
  • sale_lines_values(self, sale_lines)
    @api.multi

New fields (5)
  • amount_tax Monetary
    compute='_compute_amount_all' string='Taxes'
  • amount_total Monetary
    compute='_compute_amount_all' string='Total'
  • amount_untaxed Monetary
    compute='_compute_amount_all' string='Untaxed Amount'
  • currency_id Many2one
    readonly=True related='sale_id.currency_id' 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/9.0/stock_valued_picking_report
VERSION
VERSION 1.0.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
COMMITTERSPedro M. Baeza, OCA-git-bot, Sergio Teruel Albert
WEBSITE
WEBSITEhttps://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - report
    - analytic
    - web_tip
    - web_planner
    - stock
    - procurement
    - barcodes
    - sale
    - sales_team
    - delivery
    - sale_stock
    - stock_account
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' string='Currency'
  • sale_discount Float
    compute='_compute_sale_order_line_fields' digits=dp.get_precision('Discount') string='Sale discount (%)'
  • sale_line Many2one → sale.order.line
    comodel_name='sale.order.line' compute='_compute_sale_order_line_fields' string='Related order line'
  • sale_price_subtotal Monetary
    compute='_compute_sale_order_line_fields' string='Price subtotal'
  • sale_price_tax Float
    compute='_compute_sale_order_line_fields' string='Taxes'
  • sale_price_total Monetary
    compute='_compute_sale_order_line_fields' string='Total'
  • sale_price_unit Float
    compute='_compute_sale_order_line_fields' digits=dp.get_precision('Product Price') string='Sale price unit'
  • sale_tax_description Char
    compute='_compute_sale_order_line_fields' string='Tax Description'
  • sale_tax_id Many2many → account.tax
    comodel_name='account.tax' compute='_compute_sale_order_line_fields' string='Taxes'
Public methods (1)
  • sale_lines_values(self, sale_lines)
    @api.multi

New fields (5)
  • amount_tax Monetary
    compute='_compute_amount_all' string='Taxes'
  • amount_total Monetary
    compute='_compute_amount_all' string='Total'
  • amount_untaxed Monetary
    compute='_compute_amount_all' string='Untaxed Amount'
  • currency_id Many2one
    readonly=True related='sale_id.currency_id' string='Currency'
  • valued Boolean
    readonly=True related='partner_id.valued_picking'
Public methods (0)

No public methods.