Stock Analysis

stock_analysis
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_analysis
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSeLBati, 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 (2)
XML IDNameModelTypeStatus
stock_analysis_pivot stock.analysis.pivot stock.analysis pivot New
stock_analysis_pivot_search stock.analysis.search stock.analysis search New
Models touched (1)

New fields (8)
  • categ_id Many2one → product.category
    readonly=True string='Category' args: 'product.category'
  • company_id Many2one → res.company
    readonly=True string='Company' args: 'res.company'
  • in_date Datetime
    readonly=True args: 'Incoming Date'
  • location_id Many2one → stock.location
    readonly=True string='Location' args: 'stock.location'
  • lot_id Many2one → stock.production.lot
    readonly=True string='Lot' args: 'stock.production.lot'
  • package_id Many2one → stock.quant.package
    readonly=True string='Package' args: 'stock.quant.package'
  • product_id Many2one → product.product
    readonly=True string='Product' args: 'product.product'
  • quantity Float
    readonly=True string='Quantity'
Public methods (1)
  • init(self)
    @api.model_cr
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
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYInventory, Logistic, Storage
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSeLBati, Alex Comba
WEBSITE
WEBSITEhttps://www.agilebg.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:27
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - 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
stock_analysis_graph stock.analysis.graph stock.analysis graph New
stock_analysis_graph_search stock.analysis.search stock.analysis search New
Models touched (1)

New fields (8)
  • categ_id Many2one → product.category
    readonly=True string='Category' args: 'product.category'
  • company_id Many2one → res.company
    readonly=True string='Company' args: 'res.company'
  • in_date Datetime
    readonly=True args: 'Incoming Date'
  • location_id Many2one → stock.location
    readonly=True string='Location' args: 'stock.location'
  • lot_id Many2one → stock.production.lot
    readonly=True string='Lot' args: 'stock.production.lot'
  • package_id Many2one → stock.quant.package
    readonly=True string='Package' args: 'stock.quant.package'
  • product_id Many2one → product.product
    readonly=True string='Product' args: 'product.product'
  • qty Float
    readonly=True string='Quantity'
Public methods (1)
  • init(self, cr)