add new app
This commit is contained in:
8
core/apps/wherehouse/admin/stock_movement.py
Normal file
8
core/apps/wherehouse/admin/stock_movement.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.contrib import admin
|
||||
|
||||
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']
|
||||
Reference in New Issue
Block a user