feat: add DataMigration to MODULES, DEPENDENCIES, and INSTALL_ORDER
This commit is contained in:
@@ -51,6 +51,7 @@ MODULES = {
|
|||||||
"NextCloudIntegration": "nextcloud-integration", "OfficeAssistant": "office-assistant",
|
"NextCloudIntegration": "nextcloud-integration", "OfficeAssistant": "office-assistant",
|
||||||
"PhoneIsraelFormat": "phone-israel-format", "SmartAssistant": "smart-assistant",
|
"PhoneIsraelFormat": "phone-israel-format", "SmartAssistant": "smart-assistant",
|
||||||
"SmsIntegration": "sms-integration", "WhatsAppIntegration": "whatsapp-integration",
|
"SmsIntegration": "sms-integration", "WhatsAppIntegration": "whatsapp-integration",
|
||||||
|
"DataMigration": "data-migration",
|
||||||
}
|
}
|
||||||
|
|
||||||
# Extension dependency tree and install order
|
# Extension dependency tree and install order
|
||||||
@@ -74,6 +75,7 @@ DEPENDENCIES = {
|
|||||||
'NetHamishpat': ['HebrewLanguage', 'LegalCrm'],
|
'NetHamishpat': ['HebrewLanguage', 'LegalCrm'],
|
||||||
'DigitalSignature': ['HebrewLanguage', 'LegalCrm'],
|
'DigitalSignature': ['HebrewLanguage', 'LegalCrm'],
|
||||||
'SmartAssistant': ['HebrewLanguage', 'LegalCrm'],
|
'SmartAssistant': ['HebrewLanguage', 'LegalCrm'],
|
||||||
|
'DataMigration': [],
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL_ORDER = [
|
INSTALL_ORDER = [
|
||||||
@@ -84,6 +86,7 @@ INSTALL_ORDER = [
|
|||||||
'SmsIntegration', 'WhatsAppIntegration', 'GreenInvoiceBilling',
|
'SmsIntegration', 'WhatsAppIntegration', 'GreenInvoiceBilling',
|
||||||
'CrmAssistant', 'OfficeAssistant', 'LegalCrm',
|
'CrmAssistant', 'OfficeAssistant', 'LegalCrm',
|
||||||
'NetHamishpat', 'DigitalSignature', 'SmartAssistant',
|
'NetHamishpat', 'DigitalSignature', 'SmartAssistant',
|
||||||
|
'DataMigration',
|
||||||
]
|
]
|
||||||
|
|
||||||
SSL_CTX = ssl.create_default_context()
|
SSL_CTX = ssl.create_default_context()
|
||||||
|
|||||||
Reference in New Issue
Block a user