Commit 08bfb417 authored by Yoshinori Okuji's avatar Yoshinori Okuji

more base categories


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@808 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 48752864
......@@ -35,6 +35,18 @@ class Assignment(Path):
"""
_properties = (
{ 'id' : 'salary_coefficient',
'description' : 'A coefficient related to the salary classification of the person.',
'type' : 'int',
'mode' : 'w' },
{ 'id' : 'salary_level',
'description' : 'A level to classify the salary of the person.',
'type' : 'int',
'mode' : 'w' },
{ 'id' : 'collective_agreement_title',
'description' : 'A title that identify the collective agreement of this person in the case of employee/employer relation.',
'type' : 'string',
'mode' : 'w' },
)
_categories = ('activity', 'function', 'grade', 'role', 'skill', 'destination', 'group', 'product', )
_categories = ('activity', 'function', 'grade', 'role', 'skill', 'destination', 'group', 'product', 'subordination', )
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