Stock Forecast Report

stock_forecast_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/12.0/stock_forecast_report
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYInventory
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSdavid, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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
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)