Commit a7d6985f authored by Alexandre Boeglin's avatar Alexandre Boeglin

Assignment should use destination instead of subordination.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3264 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 958de788
......@@ -46,15 +46,6 @@ 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', 'site', 'role', 'skill', 'group', 'subordination',)
_categories = ('activity', 'function', 'grade', 'site', 'role', 'skill', 'group',)
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