update excel

This commit is contained in:
7nimor
2025-07-31 14:11:52 +03:30
parent f7df68bb5b
commit 40e8005454
2 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ class WareHouseExcelViewSet(viewsets.ModelViewSet):
queryset = warehouse_models.InventoryEntry.objects.all()
serializer_class = warehouse_serializers.InventoryEntrySerializer
# noqa # ورودی به انبار
@action(
methods=['get'],
detail=False,