[Erp5-report] r27463 - /erp5/trunk/products/ERP5/Document/PaySheetLine.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 9 12:05:44 CEST 2009


Author: fabien
Date: Tue Jun  9 12:05:38 2009
New Revision: 27463

URL: http://svn.erp5.org?rev=27463&view=rev
Log:
update Copyright and remove commented code

Modified:
    erp5/trunk/products/ERP5/Document/PaySheetLine.py

Modified: erp5/trunk/products/ERP5/Document/PaySheetLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/PaySheetLine.py?rev=27463&r1=27462&r2=27463&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PaySheetLine.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PaySheetLine.py [utf8] Tue Jun  9 12:05:38 2009
@@ -1,7 +1,8 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2002-2009 Nexedi SA and Contributors. All Rights Reserved.
 #                    Jean-Paul Smets-Solanes <jp at nexedi.com>
+#                    Fabien Morin <fabien at nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
@@ -64,15 +65,5 @@
                       , PropertySheet.VariationRange
                       )
 
-
-    # Cell Related
-    security.declareProtected( Permissions.ModifyPortalContent, 'newCellContent' )
-    def newCellContent(self, id,**kw):
-      """
-      This method can be overriden
-      """
-      self.invokeFactory(type_name="Pay Sheet Cell",id=id)
-      return self.get(id)
-      
     def isAccountable(self):
       return 1




More information about the Erp5-report mailing list