Commit 6a8be38e authored by Jean-Paul Smets's avatar Jean-Paul Smets

added subordination_title property


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@809 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 08bfb417
......@@ -47,6 +47,15 @@ class Assignment(Path):
'description' : 'A title that identify the collective agreement of this person in the case of employee/employer relation.',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'subordination_title',
'description' : 'The title of the organisation this person is subordinated to',
'type' : 'string',
'acquisition_base_category' : ('subordination',),
'acquisition_portal_type' : ('Organisation', ),
'acquisition_copy_value' : 0,
'acquisition_accessor_id' : 'getTitle',
'acquisition_depends' : None,
'mode' : 'w' },
)
_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