Repository
OCA/stock-logistics-reporting · module folder · Try on Runboat
Module version
1.0.0
Category
Inventory
Folder size
0.11 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-reporting
Last tracking update
2026-08-07 07:31:56
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
david, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_report_view_graph stock_report_view_graph report.stock.quantity graph New
stock_report_view_pivot stock_report_view_pivot report.stock.quantity pivot New
stock_report_view_search report.stock.quantity.search report.stock.quantity search New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (8)
  • company_id Many2one → res.company
    readonly=True args: 'res.company'
  • date Date
    readonly=True string='Date'
  • move_ids One2many → stock.move
    comodel_name='stock.move' readonly=True
  • product_id Many2one → product.product
    comodel_name='product.product' readonly=True string='Product'
  • product_qty Float
    readonly=True string='Quantity'
  • product_tmpl_id Many2one → product.template
    comodel_name='product.template' readonly=True related='product_id.product_tmpl_id'
  • state Selection
    readonly=True selection=[('forecast', 'Forecasted Stock'), ('in', 'Forecasted Receipts'), ('out', 'Forecasted Deliveries')] string='State'
  • warehouse_id Many2one → stock.warehouse
    readonly=True args: 'stock.warehouse'
Public methods (1)
  • init(self)