Commit 7776aaa0 authored by Jean-Paul Smets's avatar Jean-Paul Smets

It can be useful to know which activity a person is currently related to in...

It can be useful to know which activity a person is currently related to in his career. This is useful both for sorting people and to enter people without a company (ex. consultants) yet associate them to an activity.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15650 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3a260975
...@@ -200,6 +200,7 @@ class Person: ...@@ -200,6 +200,7 @@ class Person:
, 'grade', 'grade_id', 'grade_title', 'grade_value' , 'grade', 'grade_id', 'grade_title', 'grade_value'
, 'role', 'role_id', 'role_title', 'role_value' , 'role', 'role_id', 'role_title', 'role_value'
, 'function', 'function_id', 'function_title', 'function_value' , 'function', 'function_id', 'function_title', 'function_value'
, 'activity', 'activity_id', 'activity_title', 'activity_value'
) )
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -211,7 +212,7 @@ class Person: ...@@ -211,7 +212,7 @@ class Person:
# acquired from address # acquired from address
'region', 'region',
# acquired from career # acquired from career
'group', 'subordination', 'role', 'function', 'group', 'subordination', 'role', 'function', 'activity',
'salary_level', 'grade', 'skill', 'salary_level', 'grade', 'skill',
) )
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