This commit is contained in:
behruz-dev
2025-11-15 18:53:41 +05:00
parent f87f9f0603
commit e0169ab7a4

View File

@@ -28,13 +28,7 @@ class PartyAdmin(admin.ModelAdmin):
autocomplete_fields = ['orders']
ordering = ['-number']
list_editable = [
"party_amount__total_price",
'party_amount__calculated_amount',
'party_amount__paid_amount',
"currency",
'process',
'payment_percentage',
'is_deleted',
]
def get_queryset(self, request):