Commit 6416800b authored by Jean-Paul Smets's avatar Jean-Paul Smets

Remove duplicate definition for activity. Prepare multiple role. Prepare...

Remove duplicate definition for activity. Prepare multiple role. Prepare moving product line (interest) to career.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16382 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4bea6477
...@@ -200,8 +200,10 @@ class Person: ...@@ -200,8 +200,10 @@ class Person:
, 'grade', 'grade_id', 'grade_title', 'grade_value' , 'grade', 'grade_id', 'grade_title', 'grade_value'
, 'activity', 'activity_id', 'activity_title', 'activity_value' , 'activity', 'activity_id', 'activity_title', 'activity_value'
, 'role', 'role_id', 'role_title', 'role_value' , 'role', 'role_id', 'role_title', 'role_value'
, 'role_id_list', 'role_title_list', 'role_value_list'
, 'function', 'function_id', 'function_title', 'function_value' , 'function', 'function_id', 'function_title', 'function_value'
, 'activity', 'activity_id', 'activity_title', 'activity_value' , 'product_line', 'product_line_list', 'product_line_id_list'
, 'product_line_title_list', 'product_line_value_list'
) )
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -209,11 +211,10 @@ class Person: ...@@ -209,11 +211,10 @@ class Person:
_categories = ( # set on the Person directly _categories = ( # set on the Person directly
'gender', 'nationality', 'marital_status', 'gender', 'nationality', 'marital_status',
'product_line', # (product interest)
# acquired from address # acquired from address
'region', 'region',
# acquired from career # acquired from career
'group', 'subordination', 'role', 'function', 'activity', 'group', 'subordination', 'role', 'function', 'activity',
'salary_level', 'grade', 'skill', 'salary_level', 'grade', 'skill', 'product_line',
) )
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