mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
feat: criado funcções de movimentação de estoque
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from comandas.models import Comanda, ProductComanda
|
||||
from comandas.models import Comanda, ProductComanda, StockMovement, StockMovementType
|
||||
|
||||
admin.site.register(Comanda)
|
||||
admin.site.register(ProductComanda)
|
||||
admin.site.register(StockMovementType)
|
||||
admin.site.register(StockMovement)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user