[Erp5-report] r30651 - /erp5/trunk/products/ERP5/interfaces/simulation_movement.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 16 11:04:39 CET 2009


Author: jp
Date: Mon Nov 16 11:04:39 2009
New Revision: 30651

URL: http://svn.erp5.org?rev=30651&view=rev
Log:
Added method "isDeletable" to interface

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

Modified: erp5/trunk/products/ERP5/interfaces/simulation_movement.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/simulation_movement.py?rev=30651&r1=30650&r2=30651&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/simulation_movement.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/simulation_movement.py [utf8] Mon Nov 16 11:04:39 2009
@@ -87,4 +87,10 @@
     into account the errors of the simulation fixed by
     the delivery:
       quantity + delivery_error
+    """
+
+  def isDeletable():
+    """
+    Returns True is this simumlation can be deleted, False
+    else.
     """




More information about the Erp5-report mailing list