Commit 33b7c459 authored by Jérome Perrin's avatar Jérome Perrin

added 'id' accessors from the default career.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4384 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8db467c9
......@@ -159,10 +159,10 @@ class Person:
, 'subordination', 'subordination_title', 'subordination_value'
, 'subordination_uid_list'
, 'collective_agreement_title', 'salary_coefficient'
, 'skill_list', 'skill_title_list', 'skill_value_list'
, 'salary_level', 'salary_level_title', 'salary_level_value'
, 'grade', 'grade_title', 'grade_value'
, 'role', 'role_title', 'role_value'
, 'skill_list', 'skill_id_list', 'skill_title_list', 'skill_value_list'
, 'salary_level', 'salary_level_id', 'salary_level_title', 'salary_level_value'
, 'grade', 'grade_id', 'grade_title', 'grade_value'
, 'role', 'role_id', 'role_title', 'role_value'
)
, 'mode' : 'w'
},
......
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