add remove api

This commit is contained in:
behruz-dev
2025-08-23 13:09:42 +05:00
parent e62357d132
commit 079753f384
3 changed files with 28 additions and 4 deletions

View File

@@ -5,4 +5,4 @@ from core.apps.orders.models import Order
@admin.register(Order)
class OrderAdmin(admin.ModelAdmin):
list_display = ['unity', 'project', 'wherehouse', 'currency']
list_display = ['id', 'product', 'wherehouse', 'currency']