mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 13:28:49 +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
|
|
"""
|