From 7daf28c7f6485a21c481191a0f64362f67ac5a88 Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Sat, 8 Sep 2007 09:46:19 +0000 Subject: [PATCH] Add docstring. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16181 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/Career.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/product/ERP5/Document/Career.py b/product/ERP5/Document/Career.py index 810083a2a8..279ad3a057 100644 --- a/product/ERP5/Document/Career.py +++ b/product/ERP5/Document/Career.py @@ -34,6 +34,10 @@ from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface 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 @@ class Career(Path): , PropertySheet.Arrow , PropertySheet.Path , PropertySheet.Assignment - ) \ No newline at end of file + ) -- 2.30.9