def getBusinessTemplateList(self):
     """
     Same list as for Inventory API and add erp5_administration
 """
     return InventoryAPITestCase.getBusinessTemplateList(self) + (
         "erp5_full_text_mroonga_catalog",
         "erp5_administration",
     )
Esempio n. 2
0
 def getBusinessTemplateList(self):
   """
       Same list as for Inventory API and add erp5_administration
   """
   return InventoryAPITestCase.getBusinessTemplateList(self) + ('erp5_administration',)
Esempio n. 3
0
 def getBusinessTemplateList(self):
     """
     Same list as for Inventory API and add erp5_administration
 """
     return InventoryAPITestCase.getBusinessTemplateList(self) + (
         'erp5_administration', )
 def getBusinessTemplateList(self):
     """
     Same list as for Inventory API and add erp5_administration
 """
     return InventoryAPITestCase.getBusinessTemplateList(self) + (
         'erp5_full_text_mroonga_catalog', 'erp5_administration')
Esempio n. 5
0
 def getBusinessTemplateList(self):
     return InventoryAPITestCase.getBusinessTemplateList(self) + ("erp5_archive", "erp5_full_text_myisam_catalog")
Esempio n. 6
0
 def getBusinessTemplateList(self):
   return InventoryAPITestCase.getBusinessTemplateList(self) + (
     'erp5_archive',
     'erp5_full_text_mroonga_catalog',
   )
Esempio n. 7
0
 def getBusinessTemplateList(self):
     return InventoryAPITestCase.getBusinessTemplateList(self) + (
         'erp5_archive',
         'erp5_full_text_mroonga_catalog',
     )