mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
10 lines
136 B
Python
10 lines
136 B
Python
"""
|
|
The Stock module is responsible for Stock management.
|
|
|
|
It includes models for:
|
|
|
|
- StockLocation
|
|
- StockItem
|
|
- StockItemTracking
|
|
"""
|