Commit 1943a7ee authored by Aurel's avatar Aurel

more business templates are required


git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37708 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 004f75d7
......@@ -71,8 +71,9 @@ class TestOrderMixin:
def getBusinessTemplateList(self):
"""
"""
return ('erp5_base','erp5_pdm', 'erp5_trade', 'erp5_apparel',
'erp5_project', 'erp5_administration')
return ('erp5_base','erp5_pdm', 'erp5_trade', 'erp5_accounting',
'erp5_invoicing', 'erp5_simplified_invoicing', 'erp5_apparel',
'erp5_project', 'erp5_simulation', 'erp5_legacy', 'erp5_administration')
def login(self, quiet=0, run=1):
uf = self.getPortal().acl_users
......
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