Commit e8f18544 authored by Jérome Perrin's avatar Jérome Perrin

install legacy business templates


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28519 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a58cfc67
...@@ -38,7 +38,8 @@ class TradeConditionTestCase(ERP5TypeTestCase): ...@@ -38,7 +38,8 @@ class TradeConditionTestCase(ERP5TypeTestCase):
""" """
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
return ('erp5_base', 'erp5_pdm', 'erp5_trade', 'erp5_accounting', return ('erp5_base', 'erp5_pdm', 'erp5_trade', 'erp5_accounting',
'erp5_invoicing', 'erp5_simplified_invoicing') 'erp5_invoicing', 'erp5_tax_resource', 'erp5_discount_resource',
'erp5_legacy_tax_system', 'erp5_simplified_invoicing',)
size_category_list = ['small', 'big'] size_category_list = ['small', 'big']
def afterSetUp(self): def afterSetUp(self):
......
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