InvenTree/InvenTree/common/serializers.py
Oliver Walters 4dff18e4a6 Remove common_currency model entirely
- A lot of views / pages / etc needed to be updated too
- Now uses django-money fields entirely
- Create a manual rate exchange backend (needs more work!)
2020-11-11 00:21:06 +11:00

4 lines
47 B
Python

"""
JSON serializers for common components
"""