mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +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