Repository
OCA/stock-logistics-reporting · module folder · Try on Runboat
Module version
1.0.0
Category
Warehouse Management
Folder size
0.09 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://www.agilebg.com
Last tracking update
2026-08-07 07:03:08
Authors
Odoo Community Association (OCA), Odoo S.A, Agile Business Group
Maintainers
Odoo Community Association (OCA), Odoo S.A, Agile Business Group
Committers
Alex Comba
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)