InvenTree/InvenTree/part/__init__.py
2019-04-28 01:05:45 +10:00

10 lines
132 B
Python

"""
The Part module is responsible for Part management.
It includes models for:
- PartCategory
- Part
- SupplierPart
- BomItem
"""