Inventory Turnover Report

stock_inventory_turnover_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_inventory_turnover_report
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSGitHub, Daniel Reis, 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
view_stock_inv_turns_search product.product field Inherits product.product_search_form_view
view_stock_inv_turns_tree product.product tree New
Models touched (1)

New fields (11)
  • inventory_turns_12m Float
    compute='_compute_inventory_turn_report' help='Inventory Turns / Cycles in the last 12 months'
  • inventory_turns_6m Float
    compute='_compute_inventory_turn_report' help='Inventory Turns / Cycles in the last 6 months'
  • months_of_inventory_12m Float
    compute='_compute_inventory_turn_report' help='Months of Inventory, in the last 12 months'
  • months_of_inventory_6m Float
    compute='_compute_inventory_turn_report' help='Months of Inventory, in the last 6 months'
  • qty_available_12m Float
    compute='_compute_inventory_turn_report' help='= Qty. on hand 12 months ago' name='Qty. 12m ago'
  • qty_available_6m Float
    compute='_compute_inventory_turn_report' help='Qty. on hand 6 months ago' name='Qty. 6m Ago'
  • qty_consumed_12m Float
    compute='_compute_inventory_turn_report' help='Qty. consumed in the the last 12 months'
  • qty_consumed_6m Float
    compute='_compute_inventory_turn_report' help='Qty. consumed in the the last 6 months'
  • qty_gotten_12m Float
    compute='_compute_inventory_turn_report' help='Qty. Procured or Produced in the the last 12 months' name='Qty. Gotten 12m'
  • qty_gotten_6m Float
    compute='_compute_inventory_turn_report' help='Qty. Procured or Produced in the the last 6 months' name='Qty. Gotten 6m'
  • total_cost Float
    compute='_compute_inventory_turn_report' help='= Qty. on hand x Current Cost'
Public methods (0)

No public methods.