mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-23 11:55:54 +00:00
Added supplier API
This commit is contained in:
@@ -61,10 +61,7 @@ class PartFilter(django_filters.rest_framework.FilterSet):
|
||||
|
||||
|
||||
class PartList(generics.ListCreateAPIView):
|
||||
""" Display a list of parts, with optional filters
|
||||
Filters are specified in the url, e.g.
|
||||
/part/?category=127
|
||||
/part/?min_stock=100
|
||||
""" List of parts, with optional filters
|
||||
"""
|
||||
|
||||
def get_queryset(self):
|
||||
|
Reference in New Issue
Block a user