mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-06 12:01:41 +00:00
Defined custom SupplierPart object manager and prefetch related models in all queries
This commit is contained in:
@@ -15,6 +15,7 @@ from .models import SalesOrderAllocation
|
||||
|
||||
class PurchaseOrderLineItemInlineAdmin(admin.StackedInline):
|
||||
model = PurchaseOrderLineItem
|
||||
extra = 0
|
||||
|
||||
|
||||
class PurchaseOrderAdmin(ImportExportModelAdmin):
|
||||
|
Reference in New Issue
Block a user