Commit 7daf28c7 authored by Vincent Pelletier's avatar Vincent Pelletier

Add docstring.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16181 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 74d3efb3
...@@ -34,6 +34,10 @@ from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface ...@@ -34,6 +34,10 @@ from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5.Document.Path import Path from Products.ERP5.Document.Path import Path
class Career(Path): class Career(Path):
"""
Contains information about abilities, salary, grade, role... of a
Person at a certain career step.
"""
# CMF Type Definition # CMF Type Definition
meta_type = 'ERP5 Career' meta_type = 'ERP5 Career'
portal_type = 'Career' portal_type = 'Career'
...@@ -54,4 +58,4 @@ class Career(Path): ...@@ -54,4 +58,4 @@ class Career(Path):
, PropertySheet.Arrow , PropertySheet.Arrow
, PropertySheet.Path , PropertySheet.Path
, PropertySheet.Assignment , PropertySheet.Assignment
) )
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment