Repository
OCA/stock-logistics-reporting · module folder · Try on Runboat
Module version
1.0.0
Category
Warehouse
Folder size
0.13 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-reporting
Last tracking update
2026-08-19 05:17:56
Authors
Odoo Community Association (OCA), Ecosoft
Maintainers
Odoo Community Association (OCA), Ecosoft
Committers
Weblate, OCA-git-bot, oca-ci, osoto
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Stock Inventory Valuation Report is the report that display value of all
products in internal location.

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
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 Inherits stock.view_stock_quantity_history
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)

Loading…

Loading…

Loading…