[Erp5-report] r16181 - /erp5/trunk/products/ERP5/Document/Career.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Sep 8 11:46:19 CEST 2007


Author: vincent
Date: Sat Sep  8 11:46:19 2007
New Revision: 16181

URL: http://svn.erp5.org?rev=16181&view=rev
Log:
Add docstring.

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

Modified: erp5/trunk/products/ERP5/Document/Career.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Career.py?rev=16181&r1=16180&r2=16181&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Career.py (original)
+++ erp5/trunk/products/ERP5/Document/Career.py Sat Sep  8 11:46:19 2007
@@ -34,6 +34,10 @@
 from Products.ERP5.Document.Path import Path
 
 class Career(Path):
+    """
+      Contains information about abilities, salary, grade, role... of a
+      Person at a certain career step.
+    """
     # CMF Type Definition
     meta_type = 'ERP5 Career'
     portal_type = 'Career'
@@ -54,4 +58,4 @@
                       , PropertySheet.Arrow
                       , PropertySheet.Path
                       , PropertySheet.Assignment
-                      )
+                      )




More information about the Erp5-report mailing list