2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-20 02:15:53 +00:00

Filtering improvements

This commit is contained in:
Oliver Walters
2017-04-16 14:24:15 +10:00
parent 883efd0945
commit 057fd1dd20
7 changed files with 15 additions and 39 deletions

View File

@@ -11,6 +11,7 @@ class StockItemSerializer(serializers.HyperlinkedModelSerializer):
model = StockItem
fields = ('url',
'part',
'supplier_part',
'location',
'quantity',
'status',