InvenTree/InvenTree/stock/__init__.py

9 lines
135 B
Python

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