add management command for products and orders app
This commit is contained in:
@@ -12,6 +12,7 @@ from core.apps.counterparty.models import Counterparty
|
||||
class Order(BaseModel):
|
||||
STATUS = (
|
||||
('NEW', 'yangi'),
|
||||
("OPEN", 'ochiq'),
|
||||
('CANCELLED', "bekor qilindi"),
|
||||
('ACCEPTED', 'qabul qilindi'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user