Commit ac938009 authored by Rafael Monnerat's avatar Rafael Monnerat

Included utility business templates.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44525 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e32d268f
......@@ -72,7 +72,10 @@ bt5_installation_list = (\'erp5_simulation\',\n
\'erp5_configurator_standard_categories\',\n
\'erp5_trade_knowledge_pad\',\n
\'erp5_crm_knowledge_pad\',\n
\'erp5_simplified_invoicing\'\n
\'erp5_simplified_invoicing\',\n
\'erp5_ods_style\',\n
\'erp5_odt_style\',\n
\'erp5_ooo_import\',\n
)\n
\n
bt5_update_catalog = (\'erp5_ingestion_mysql_innodb_catalog\', )\n
......
......@@ -66,7 +66,10 @@ class TestLiveConfiguratorWorkflowMixin(SecurityTestCase):
'erp5_configurator_standard_categories',
'erp5_trade_knowledge_pad',
'erp5_crm_knowledge_pad',
'erp5_simplified_invoicing')
'erp5_simplified_invoicing',
'erp5_ods_style',
'erp5_odt_style',
'erp5_ooo_import')
def getBusinessTemplateList(self):
return ('erp5_core_proxy_field_legacy',
......
581
\ No newline at end of file
582
\ 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