Commit bbf03b1d authored by Rafael Monnerat's avatar Rafael Monnerat

Included shacache bt5s dependencies and reorder bt5 list

 BT5 list was sorted accord the dependency tree of vifib_erp5, this list
 will be automatically resolved in future.

 List was obtained by the output of:
  context.portal_templates.resolveBusinessTemplateListDependency(["vifib_erp5"])
parent 522b6fc5
......@@ -45,80 +45,86 @@ class testVifibMixin(ERP5TypeTestCase):
Install the business templates.
"""
result = [
'erp5_upgrader',
'vifib_upgrader',
'erp5_full_text_myisam_catalog',
'erp5_core_proxy_field_legacy',
'erp5_base',
'erp5_workflow',
'erp5_configurator',
'vifib_configurator',
'erp5_simulation',
'erp5_administration',
'erp5_pdm',
'erp5_trade',
'erp5_item',
'erp5_open_trade',
'erp5_forge',
'erp5_full_text_myisam_catalog',
'erp5_xhtml_style',
'erp5_ingestion_mysql_innodb_catalog',
'erp5_ingestion',
'erp5_crm',
'erp5_base',
'erp5_jquery',
'erp5_jquery_ui',
'erp5_dhtml_style',
'erp5_knowledge_pad',
'erp5_ingestion',
'erp5_web',
'erp5_simulation',
'erp5_pdm',
'erp5_dms',
'erp5_l10n_fr',
'erp5_crm',
'erp5_content_translation',
'erp5_trade',
'erp5_accounting',
'erp5_jquery_ui',
'erp5_xhtml_jquery_style',
'erp5_software_pdm',
'erp5_computer_immobilisation',
'erp5_accounting',
'erp5_accounting_l10n_fr',
'erp5_bearer_token',
'erp5_tax_resource',
'erp5_discount_resource',
'erp5_item',
'erp5_invoicing',
'erp5_ods_style',
'erp5_odt_style',
'erp5_rss_style',
'erp5_ooo_import',
'erp5_simplified_invoicing',
'erp5_commerce',
'erp5_project',
'erp5_xhtml_jquery_style',
'erp5_secure_payment',
'erp5_knowledge_pad',
'erp5_credential',
'erp5_credential_oauth2',
'erp5_km',
'erp5_tax_resource',
'slapos_cloud',
'erp5_open_trade',
'erp5_web_download_theme',
'erp5_tiosafe_core',
'erp5_system_event',
'erp5_secure_payment',
'erp5_simplified_invoicing',
'erp5_rss_style',
'erp5_project',
'erp5_payzen_secure_payment',
'erp5_ui_test_core',
'erp5_ui_test',
'slapos_cloud',
'erp5_ooo_import',
'erp5_odt_style',
'erp5_ods_style',
'erp5_l10n_fr',
'erp5_km',
'erp5_forge',
'erp5_discount_resource',
'erp5_dhtml_style',
'erp5_credential_oauth2',
'erp5_commerce',
'erp5_bearer_token',
'erp5_administration',
'erp5_accounting_l10n_fr',
'vifib_open_trade',
'vifib_base',
'vifib_slap',
'vifib_slapos_rest_api_tool_portal_type',
'erp5_workflow',
'slapos_category',
'vifib_payzen',
'vifib_software_pdm',
'erp5_upgrader',
'vifib_slapos_rest_api',
'vifib_data',
'erp5_configurator',
'erp5_web_shacache',
'erp5_data_set',
'erp5_ui_test_core',
'slapos_erp5',
'vifib_web',
'vifib_upgrader',
'vifib_slapos_rest_api_v1',
'vifib_slapos_capacity',
'vifib_slapos_accounting',
'vifib_mysql_innodb_catalog',
'vifib_base',
'vifib_open_trade',
'vifib_slap',
'vifib_software_pdm',
'vifib_payzen',
'vifib_web',
'vifib_web_ui_test',
'vifib_data',
'slapos_category',
'vifib_data_web',
'vifib_data_payzen',
'vifib_data_simulation',
'vifib_data_payzen',
'vifib_configurator',
'vifib_agent',
'vifib_slapos_capacity',
'slapos_erp5',
'vifib_erp5',
'erp5_web_shadir',
'erp5_ui_test',
# All business templates above are the dependency
# tree of vifib_erp5, so if you mofify this list
# make sure you also update dependency of bt.
'vifib_erp5'
'vifib_test',
'vifib_slapos_rest_api_v1_test',
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment