mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
9 lines
135 B
Python
9 lines
135 B
Python
"""
|
|
The Stock module is responsible for Stock management.
|
|
|
|
It includes models for:
|
|
|
|
- StockLocation
|
|
- StockItem
|
|
- StockItemTracking
|
|
""" |