Commit 0b40b9c1 authored by Yusei Tahara's avatar Yusei Tahara

Add career_end_reason property and career_start_mode, career_end_mode categories.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31096 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b36a4aa1
......@@ -46,10 +46,17 @@ class Assignment(Path):
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'career_end_reason'
, 'description' : 'An explanation why the career ends'
, 'type' : 'text'
, 'mode' : 'w'
},
)
_categories = ( # Career categories
'grade', 'role', 'skill', 'subordination', 'salary_level', 'product_line'
, 'career_start_mode', 'career_end_mode',
# Assignment and Career categories
, 'group', 'site', 'function', 'activity'
)
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