Stock Analysis Forecast

stock_analysis_forecast
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/8.0/stock_analysis_forecast
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group, Odoo S.A
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group, Odoo S.A
COMMITTERS
COMMITTERSAlex Comba
WEBSITE
WEBSITEhttps://www.agilebg.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:27
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - stock
    - procurement
    - board
    - web_kanban_gauge
    - web_kanban_sparkline
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_stock_level_forecast_filter view.stock.level.forecast.filter report.stock.forecast search New
view_stock_level_forecast_pivot Stock.forecast.pivot report.stock.forecast graph New
Models touched (1)

New fields (7)
  • categ_id Many2one → product.category
    readonly=True string='Category' args: 'product.category'
  • date Date
    string='Date'
  • incoming_quantity Float
    readonly=True
  • location_id Many2one → stock.location
    readonly=True string='Location' args: 'stock.location'
  • outgoing_quantity Float
    readonly=True
  • product_id Many2one → product.product
    readonly=True string='Product' args: 'product.product'
  • quantity Float
    readonly=True
Public methods (1)
  • init(self, cr)