def getBusinessTemplateList(self):
   return testPrestashopMixin.getBusinessTemplateList(self) + ('erp5_accounting',
                                                               'erp5_invoicing',
                                                               'erp5_simplified_invoicing',
                                                               'erp5_simulation',
                                                               'erp5_simulation_legacy',
                                                               'erp5_trade_simulation_legacy',
                                                               'erp5_accounting_simulation_legacy',
                                                               'erp5_invoicing_simulation_legacy',
                                                               )
 def getBusinessTemplateList(self):
   return testPrestashopMixin.getBusinessTemplateList(self) + (
     'erp5_accounting', 'erp5_invoicing', 'erp5_simplified_invoicing')