2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-12 07:54:14 +00:00

Include uuid in serializer and api

This commit is contained in:
Oliver Walters
2019-04-13 07:56:06 +10:00
parent 7b68bac32f
commit 51d77ce4d2
2 changed files with 2 additions and 0 deletions

View File

@ -222,6 +222,7 @@ class StockList(generics.ListCreateAPIView):
filter_fields = [
'part',
'uuid',
'location',
'supplier_part',
'customer',