Stock Inventory Valuation Report

stock_inventory_valuation_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/14.0/stock_inventory_valuation_report
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSPierre Verkest, Weblate, OCA-git-bot, oca-ci, Alessandro Uffreduzzi
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/reporting-engine:
    - report_xlsx_helper
    - report_xlsx
odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (11)
XML IDNameModelTypeStatus
assets_backend stock_inventory_valuation_report assets ir.ui.view qweb Inherits web.assets_backend
report_buttons report_buttons ir.ui.view qweb New
report_stock_inventory_valuation_report_html report_stock_inventory_valuation_report_html ir.ui.view qweb New
stock_inventory_valuation_report.internal_layout stock_inventory_valuation_report.internal_layout ir.ui.view qweb New
stock_inventory_valuation_report.report_stock_inventory_valuation_lines stock_inventory_valuation_report.report_stock_inventory_valuation_lines ir.ui.view qweb New
stock_inventory_valuation_report.report_stock_inventory_valuation_lines_header stock_inventory_valuation_report.report_stock_inventory_valuation_lines_header ir.ui.view qweb New
stock_inventory_valuation_report.report_stock_inventory_valuation_report_base stock_inventory_valuation_report.report_stock_inventory_valuation_report_base ir.ui.view qweb New
stock_inventory_valuation_report.report_stock_inventory_valuation_report_filters stock_inventory_valuation_report.report_stock_inventory_valuation_report_filters ir.ui.view qweb New
stock_inventory_valuation_report.report_stock_inventory_valuation_report_pdf stock_inventory_valuation_report.report_stock_inventory_valuation_report_pdf ir.ui.view qweb New
stock_inventory_valuation_report.report_stock_inventory_valuation_total_lines stock_inventory_valuation_report.report_stock_inventory_valuation_total_lines ir.ui.view qweb New
view_stock_valuation_quantity_history Valuation Report stock.quantity.history button Inherits stock.view_stock_quantity_history
Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    comodel_name='res.company'
  • inventory_datetime Datetime
    default=fields.Datetime.now required=True
  • results One2many → stock.inventory.valuation.view
    comodel_name='stock.inventory.valuation.view' compute='_compute_results' inverse_name='report_id'
Public methods (2)
  • get_html(self, given_context=None)
    @api.model
  • print_report(self, report_type='qweb')

New fields (11)
  • barcode Char
  • cost_currency_id Many2one → res.currency
    comodel_name='res.currency'
  • cost_method Char
  • currency_id Many2one → res.currency
    comodel_name='res.currency'
  • name Char
  • qty_at_date Float
  • reference Char
  • report_id Many2one → report.stock.inventory.valuation.report
    args: 'report.stock.inventory.valuation.report'
  • standard_price Float
  • stock_value Float
  • uom_id Many2one → uom.uom
    comodel_name='uom.uom'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • button_export_html(self)
  • button_export_pdf(self)
  • button_export_xlsx(self)
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_inventory_valuation_report
VERSION
VERSION 1.1.2
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSCas Vissers, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Iván Todorovich, SimoRubi, ps-tubtim
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/reporting-engine:
    - report_xlsx_helper
    - report_xlsx
odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - account
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES xlrd
xlsxwriter
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (11)
XML IDNameModelTypeStatus
assets_backend stock_inventory_valuation_report assets ir.ui.view qweb Inherits web.assets_backend
report_buttons report_buttons ir.ui.view qweb New
report_stock_inventory_valuation_report_html report_stock_inventory_valuation_report_html ir.ui.view qweb New
stock_inventory_valuation_report.internal_layout stock_inventory_valuation_report.internal_layout ir.ui.view qweb New
stock_inventory_valuation_report.report_stock_inventory_valuation_lines stock_inventory_valuation_report.report_stock_inventory_valuation_lines ir.ui.view qweb New
stock_inventory_valuation_report.report_stock_inventory_valuation_lines_header stock_inventory_valuation_report.report_stock_inventory_valuation_lines_header ir.ui.view qweb New
stock_inventory_valuation_report.report_stock_inventory_valuation_report_base stock_inventory_valuation_report.report_stock_inventory_valuation_report_base ir.ui.view qweb New
stock_inventory_valuation_report.report_stock_inventory_valuation_report_filters stock_inventory_valuation_report.report_stock_inventory_valuation_report_filters ir.ui.view qweb New
stock_inventory_valuation_report.report_stock_inventory_valuation_report_pdf stock_inventory_valuation_report.report_stock_inventory_valuation_report_pdf ir.ui.view qweb New
stock_inventory_valuation_report.report_stock_inventory_valuation_total_lines stock_inventory_valuation_report.report_stock_inventory_valuation_total_lines ir.ui.view qweb New
view_stock_quantity_history_inherit view_stock_quantity_history_inherit stock.quantity.history xpath Inherits stock_account.view_stock_quantity_history
Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    comodel_name='res.company'
  • compute_at_date Integer
  • date Datetime
  • results Many2many → stock.inventory.valuation.view
    comodel_name='stock.inventory.valuation.view' compute='_compute_results' help='Use compute fields, so there is nothing store in database'
Public methods (2)
  • get_html(self, given_context=None)
    @api.model
  • print_report(self, report_type='qweb')
    @api.multi

New fields (10)
  • barcode Char
  • cost_currency_id Many2one → res.currency
    comodel_name='res.currency'
  • cost_method Char
  • currency_id Many2one → res.currency
    comodel_name='res.currency'
  • name Char
  • qty_at_date Float
  • reference Char
  • standard_price Float
  • stock_value Float
  • uom_id Many2one → uom.uom
    comodel_name='uom.uom'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • button_export_html(self)
    @api.multi
  • button_export_pdf(self)
    @api.multi
  • button_export_xlsx(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_inventory_valuation_report
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSoca-travis, OCA-git-bot, wildi, Abdou Nasser
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:24:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/reporting-engine:
    - report_xlsx_helper
    - report_xlsx
odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - barcodes
    - web_planner
    - account
    - analytic
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES xlrd
xlsxwriter
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (11)
XML IDNameModelTypeStatus
assets_backend stock_inventory_valuation_report assets ir.ui.view qweb Inherits web.assets_backend
report_buttons report_buttons ir.ui.view qweb New
report_stock_inventory_valuation_report_html report_stock_inventory_valuation_report_html ir.ui.view qweb New
stock_inventory_valuation_report.internal_layout stock_inventory_valuation_report.internal_layout ir.ui.view qweb New
stock_inventory_valuation_report.report_stock_inventory_valuation_lines stock_inventory_valuation_report.report_stock_inventory_valuation_lines ir.ui.view qweb New
stock_inventory_valuation_report.report_stock_inventory_valuation_lines_header stock_inventory_valuation_report.report_stock_inventory_valuation_lines_header ir.ui.view qweb New
stock_inventory_valuation_report.report_stock_inventory_valuation_report_base stock_inventory_valuation_report.report_stock_inventory_valuation_report_base ir.ui.view qweb New
stock_inventory_valuation_report.report_stock_inventory_valuation_report_filters stock_inventory_valuation_report.report_stock_inventory_valuation_report_filters ir.ui.view qweb New
stock_inventory_valuation_report.report_stock_inventory_valuation_report_pdf stock_inventory_valuation_report.report_stock_inventory_valuation_report_pdf ir.ui.view qweb New
stock_inventory_valuation_report.report_stock_inventory_valuation_total_lines stock_inventory_valuation_report.report_stock_inventory_valuation_total_lines ir.ui.view qweb New
view_stock_quantity_history_inherit view_stock_quantity_history_inherit stock.quantity.history xpath Inherits stock_account.view_stock_quantity_history
Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    comodel_name='res.company'
  • compute_at_date Integer
  • date Datetime
  • results Many2many → stock.inventory.valuation.view
    comodel_name='stock.inventory.valuation.view' compute='_compute_results' help='Use compute fields, so there is nothing store in database'
Public methods (2)
  • get_html(self, given_context=None)
    @api.model
  • print_report(self, report_type='qweb')
    @api.multi

New fields (8)
  • cost_currency_id Many2one → res.currency
    comodel_name='res.currency'
  • cost_method Char
  • currency_id Many2one → res.currency
    comodel_name='res.currency'
  • display_name Char
  • qty_at_date Float
  • standard_price Float
  • stock_value Float
  • uom_id Many2one → product.uom
    comodel_name='product.uom'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • button_export_html(self)
    @api.multi
  • button_export_pdf(self)
    @api.multi
  • button_export_xlsx(self)
    @api.multi
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/stock-logistics-reporting
PULL REQUEST
PULL REQUEST[18.0][MIG] stock_inventory_valuation_report: Migration to 18.0 (#488)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/stock-logistics-reporting
PULL REQUEST
PULL REQUEST[18.0][MIG] stock_inventory_valuation_report (#472)