| 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_inventory_turnover_report |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | GitHub, Daniel Reis, 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 |
|---|---|---|---|---|
view_stock_inv_turns_search |
product.product | field | Inherits product.product_search_form_view | |
view_stock_inv_turns_tree |
product.product | tree | New |
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'
No public methods.