first commit
This commit is contained in:
5
core/apps/management/choice/ToyMovementType.py
Normal file
5
core/apps/management/choice/ToyMovementType.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
TOY_MOVEMENT_TYPE = [
|
||||
("from_warehouse", "Ombordan → Aparatga"),
|
||||
("between_warehouses", "Ombordan → Omborga"),
|
||||
]
|
||||
1
core/apps/management/choice/__init__.py
Normal file
1
core/apps/management/choice/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from .ToyMovementType import *
|
||||
Reference in New Issue
Block a user