[Erp5-report] r28096 - /erp5/trunk/products/ERP5/interfaces/business_buildable.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jul 16 14:43:18 CEST 2009


Author: luke
Date: Thu Jul 16 14:43:17 2009
New Revision: 28096

URL: http://svn.erp5.org?rev=28096&view=rev
Log:
 - mark candidate to removal

Modified:
    erp5/trunk/products/ERP5/interfaces/business_buildable.py

Modified: erp5/trunk/products/ERP5/interfaces/business_buildable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/business_buildable.py?rev=28096&r1=28095&r2=28096&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/business_buildable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/business_buildable.py [utf8] Thu Jul 16 14:43:17 2009
@@ -31,6 +31,7 @@
 
 class IBusinessBuildable(Interface):
   """Business Buildable interface specification"""
+
   def isBuildable(explanation):
     """Returns True if any of the related Simulation Movement
     is buildable and if the predecessor state is completed.
@@ -45,6 +46,8 @@
 
     'explanation' is the Order or Item or Document which is the
     cause of a root applied rule in the simulation
+
+    FIXME/JPS: Not sure if this will exist some day XXX
     """
 
   def build(explanation):




More information about the Erp5-report mailing list