[Erp5-report] r27967 - /erp5/trunk/products/ERP5/tests/testMRP.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 6 11:58:33 CEST 2009


Author: luke
Date: Mon Jul  6 11:58:32 2009
New Revision: 27967

URL: http://svn.erp5.org?rev=27967&view=rev
Log:
 - parent class is not using mrp anymore, need to add this BT in child one

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

Modified: erp5/trunk/products/ERP5/tests/testMRP.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testMRP.py?rev=27967&r1=27966&r2=27967&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testMRP.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testMRP.py [utf8] Mon Jul  6 11:58:32 2009
@@ -46,6 +46,10 @@
   organisation_portal_type = 'Organisation'
   order_portal_type = 'Production Order'
   order_line_portal_type = 'Production Order Line'
+
+  def getBusinessTemplateList(self):
+    return ('erp5_base', 'erp5_pdm', 'erp5_trade', 'erp5_accounting',
+      'erp5_invoicing', 'erp5_simplified_invoicing', 'erp5_mrp')
 
   def invalidateRules(self):
     """




More information about the Erp5-report mailing list