change: change all admins

This commit is contained in:
behruz-dev
2025-08-27 12:10:13 +05:00
parent b37428f54f
commit dad1d5ede8
11 changed files with 13 additions and 14 deletions

View File

@@ -5,4 +5,4 @@ from core.apps.wherehouse.models.stock_movemend import StockMovemend
@admin.register(StockMovemend)
class StockMovemendAdmin(admin.ModelAdmin):
list_display = ['wherehouse_to', 'wherehouse_from', 'product', 'quantity', 'movemend_type']
list_display = ['id','wherehouse_to', 'wherehouse_from', 'product', 'quantity', 'movemend_type']