InvenTree/InvenTree/stock/__init__.py

10 lines
136 B
Python

"""
The Stock module is responsible for Stock management.
It includes models for:
- StockLocation
- StockItem
- StockItemTracking
"""