[Erp5-report] r43404 jerome - /erp5/trunk/products/ERP5/tests/testAdvancedInvoicing.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 17 10:38:28 CET 2011


Author: jerome
Date: Thu Feb 17 10:38:28 2011
New Revision: 43404

URL: http://svn.erp5.org?rev=43404&view=rev
Log:
install erp5_core_proxy_field_legacy

Modified:
    erp5/trunk/products/ERP5/tests/testAdvancedInvoicing.py

Modified: erp5/trunk/products/ERP5/tests/testAdvancedInvoicing.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testAdvancedInvoicing.py?rev=43404&r1=43403&r2=43404&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAdvancedInvoicing.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testAdvancedInvoicing.py [utf8] Thu Feb 17 10:38:28 2011
@@ -128,9 +128,10 @@ class TestAdvancedInvoice(TestSaleInvoic
   invoice_transaction_line_portal_type = 'Sale Invoice Transaction Line'
   
   def getBusinessTemplateList(self):
-    return ('erp5_base', 'erp5_pdm', 'erp5_simulation', 'erp5_trade',
-            'erp5_accounting', 'erp5_invoicing', 'erp5_advanced_invoicing',
-            'erp5_apparel', 'erp5_project', 'erp5_simulation_test')
+    return ('erp5_core_proxy_field_legacy', 'erp5_base', 'erp5_pdm',
+        'erp5_simulation', 'erp5_trade', 'erp5_accounting', 'erp5_invoicing',
+        'erp5_advanced_invoicing', 'erp5_apparel', 'erp5_project',
+        'erp5_simulation_test')
 
   def stepStartRelatedInvoice(self, sequence=None, sequence_list=None, **kw):
     packing_list = sequence.get('packing_list')



More information about the Erp5-report mailing list