Repository
OCA/stock-logistics-reporting · module folder · Try on Runboat
Module version
1.0.1
Category
Warehouse
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-reporting
Last tracking update
2026-08-07 07:31:56
Authors
Odoo Community Association (OCA), Open Source Integrators
Maintainers
Odoo Community Association (OCA), Open Source Integrators
Committers
GitHub, Daniel Reis, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_stock_inv_turns_search product.product search Inherits product.product_search_form_view
view_stock_inv_turns_tree product.product tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.