| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-reporting |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-reporting/tree/12.0/stock_forecast_report |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Inventory |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | david, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:25 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - uom - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
init(self)