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

Merge pull request #411 from SchrodingersGat/bom-upload

BOM upload
This commit is contained in:
Oliver
2019-07-10 15:17:58 +10:00
committed by GitHub
22 changed files with 1272 additions and 144 deletions

View File

@ -295,6 +295,7 @@ class StockList(generics.ListCreateAPIView):
'part',
'part__IPN',
'part__name',
'part__revision',
'part__description',
'part__image',
'part__category',