fox
This commit is contained in:
@@ -28,13 +28,7 @@ class PartyAdmin(admin.ModelAdmin):
|
|||||||
autocomplete_fields = ['orders']
|
autocomplete_fields = ['orders']
|
||||||
ordering = ['-number']
|
ordering = ['-number']
|
||||||
list_editable = [
|
list_editable = [
|
||||||
"party_amount__total_price",
|
|
||||||
'party_amount__calculated_amount',
|
|
||||||
'party_amount__paid_amount',
|
|
||||||
"currency",
|
"currency",
|
||||||
'process',
|
|
||||||
'payment_percentage',
|
|
||||||
'is_deleted',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
def get_queryset(self, request):
|
def get_queryset(self, request):
|
||||||
|
|||||||
Reference in New Issue
Block a user