add management command for products and orders app

This commit is contained in:
behruz-dev
2025-10-24 15:17:59 +05:00
parent e82aa0950f
commit 4cda8468fc
11 changed files with 40994 additions and 2 deletions

View File

@@ -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'),
)