[Erp5-report] r28519 - /erp5/trunk/products/ERP5/tests/testTradeCondition.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Aug 20 16:29:46 CEST 2009
Author: jerome
Date: Thu Aug 20 16:29:46 2009
New Revision: 28519
URL: http://svn.erp5.org?rev=28519&view=rev
Log:
install legacy business templates
Modified:
erp5/trunk/products/ERP5/tests/testTradeCondition.py
Modified: erp5/trunk/products/ERP5/tests/testTradeCondition.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testTradeCondition.py?rev=28519&r1=28518&r2=28519&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testTradeCondition.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testTradeCondition.py [utf8] Thu Aug 20 16:29:46 2009
@@ -38,7 +38,8 @@
"""
def getBusinessTemplateList(self):
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']
def afterSetUp(self):
More information about the Erp5-report
mailing list