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,6 +1,11 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from products.models import Product
|
||||
from products.models import Product, ProductComponent, UnitOfMeasure
|
||||
|
||||
|
||||
|
||||
admin.site.register(Product)
|
||||
admin.site.register(ProductComponent)
|
||||
admin.site.register(UnitOfMeasure)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user