InvenTree/InvenTree/stock/__init__.py

10 lines
136 B
Python
Raw Normal View History

"""
The Stock module is responsible for Stock management.
It includes models for:
- StockLocation
- StockItem
- StockItemTracking
2019-04-27 15:09:48 +00:00
"""