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

Add ability to move a stock item

This commit is contained in:
Oliver
2018-04-30 01:00:18 +10:00
parent bee760d184
commit d68b51e007
5 changed files with 48 additions and 4 deletions

View File

@ -75,6 +75,7 @@ class StockList(generics.ListCreateAPIView):
'location',
'supplier_part',
'customer',
'belongs_to',
'status',
]