def getBusinessTemplateList(self):
   return AccountingTestCase.getBusinessTemplateList(self) + (
       'erp5_bank_reconciliation',)
Beispiel #2
0
 def getBusinessTemplateList(self):
   return AccountingTestCase.getBusinessTemplateList(self) + (
       'erp5_deferred_style',
       'erp5_accounting_l10n_fr', )
 def getBusinessTemplateList(self):
   return AccountingTestCase.getBusinessTemplateList(self) + (
       'erp5_bank_reconciliation',)