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

Item stocktake form

This commit is contained in:
Oliver
2018-04-30 21:03:25 +10:00
parent feff4f0ddd
commit f9138f4997
5 changed files with 52 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ class StockItemSerializer(serializers.ModelSerializer):
'part',
'supplier_part',
'location',
'in_stock',
'belongs_to',
'customer',
'quantity',