[Erp5-report] r29847 - /erp5/trunk/products/ERP5Type/Tool/ClassTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 20 14:00:48 CEST 2009


Author: nicolas.dumazet
Date: Tue Oct 20 14:00:47 2009
New Revision: 29847

URL: http://svn.erp5.org?rev=29847&view=rev
Log:
Overriding enableLightInstall and enableActivityTool is not _required_
to write a successful tool, and default behavior is to enable both:
Remove them from the default Test template.

Modified:
    erp5/trunk/products/ERP5Type/Tool/ClassTool.py

Modified: erp5/trunk/products/ERP5Type/Tool/ClassTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Tool/ClassTool.py?rev=29847&r1=29846&r2=29847&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Tool/ClassTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Tool/ClassTool.py [utf8] Tue Oct 20 14:00:47 2009
@@ -576,18 +576,6 @@
     Tuple of Business Templates we need to install
     """
     return ('erp5_base',)
-
-  def enableLightInstall(self):
-    """
-    Return if we should do a light install or not
-    """
-    return True
-
-  def enableActivityTool(self):
-    """
-    Return if we should create or not an activity tool
-    """
-    return True
 
   def afterSetUp(self):
     """




More information about the Erp5-report mailing list