TIP: You can type at any time to perform a new search.
Stock Inventory Valuation Report
stock_inventory_valuation_report · OCA/stock-logistics-reporting
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → res.companycomodel_name='res.company' -
inventory_datetimeDatetimedefault=fields.Datetime.nowrequired=True -
resultsOne2many → stock.inventory.valuation.viewcomodel_name='stock.inventory.valuation.view'compute='_compute_results'inverse_name='report_id'
-
get_html(self, given_context=None)@api.model -
print_report(self, report_type='qweb')
New fields (11)
-
barcodeChar -
cost_currency_idMany2one → res.currencycomodel_name='res.currency' -
cost_methodChar -
currency_idMany2one → res.currencycomodel_name='res.currency' -
nameChar -
qty_at_dateFloat -
referenceChar -
report_idMany2one → report.stock.inventory.valuation.reportargs: 'report.stock.inventory.valuation.report' -
standard_priceFloat -
stock_valueFloat -
uom_idMany2one → uom.uomcomodel_name='uom.uom'
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…