Commit 48957073 authored by Rafael Monnerat's avatar Rafael Monnerat

Add erp5_simulation_test (Solvers are required) and move erp5_maxma_demo...

Add erp5_simulation_test (Solvers are required) and move erp5_maxma_demo installation to another configuration save.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44821 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 68996771
......@@ -51,6 +51,15 @@
<item>
<key> <string>_body</string> </key>
<value> <string># Nothing to do here\n
configuration_save = context.restrictedTraverse(configuration_save_url)\n
\n
bt5_installation_list = (\'erp5_demo_maxma_sample\')\n
\n
for name in bt5_installation_list:\n
configuration_save.addConfigurationItem("Standard BT5 Configurator Item",\n
title=name, bt5_id=name,\n
update_catalog=0\n
)\n
</string> </value>
</item>
<item>
......
......@@ -71,6 +71,7 @@ bt5_installation_list = (\'erp5_simulation\',\n
\'erp5_invoicing\',\n
\'erp5_configurator_standard_categories\',\n
\'erp5_trade_knowledge_pad\',\n
\'erp5_simulation_test\',\n
\'erp5_crm_knowledge_pad\',\n
\'erp5_simplified_invoicing\',\n
\'erp5_ods_style\',\n
......@@ -79,7 +80,6 @@ bt5_installation_list = (\'erp5_simulation\',\n
\'erp5_accounting_l10n_fr\',\n
\'erp5_l10n_fr\',\n
\'erp5_l10n_pt-BR\',\n
\'erp5_demo_maxma_sample\'\n
)\n
\n
bt5_update_catalog = (\'erp5_ingestion_mysql_innodb_catalog\', )\n
......
7
\ No newline at end of file
8
\ No newline at end of file
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