2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Added part category path string to serializer

This commit is contained in:
Oliver
2018-04-24 17:54:08 +10:00
parent 25fcd3e9f1
commit f46c09e3a7
4 changed files with 11 additions and 4 deletions

View File

@ -17,6 +17,7 @@ class PartSerializer(serializers.ModelSerializer):
'URL', # Link to an external URL (optional)
'description',
'category',
'category_path',
'total_stock',
'available_stock',
'units',