[Erp5-report] r31111 kazuhiko - /erp5/trunk/products/ERP5/mixin/rule.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Dec 7 11:17:34 CET 2009


Author: kazuhiko
Date: Mon Dec  7 11:17:31 2009
New Revision: 31111

URL: http://svn.erp5.org?rev=31111&view=rev
Log:
add a place holder of _isProfitAndLossMovement().

Modified:
    erp5/trunk/products/ERP5/mixin/rule.py

Modified: erp5/trunk/products/ERP5/mixin/rule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/mixin/rule.py?rev=31111&r1=31110&r2=31111&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/mixin/rule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/mixin/rule.py [utf8] Mon Dec  7 11:17:31 2009
@@ -273,6 +273,12 @@
     with prevision_movement
 
     prevision_movement -- a simulation movement
+    """
+    raise NotImplementedError
+
+  def _isProfitAndLossMovement(movement):
+    """
+    Returns True if movement is a profit and loss movement.
     """
     raise NotImplementedError
 




More information about the Erp5-report mailing list