Commit 5958727f authored by Sebastien Robin's avatar Sebastien Robin

added function in the list of properties acquired from default_career


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3255 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f3ffb7b5
##############################################################################
#############################################################################
#
# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
# Jean-Paul Smets-Solanes <jp@nexedi.com>
......@@ -135,7 +135,7 @@ class Person:
'portal_type' : ('Career'),
'acquired_property_id' : ('subordination_title', 'subordination', 'value_uids',
'subordination_uid_list',
'grade', 'skill_list', 'role',
'grade', 'skill_list', 'role','function',
),
'mode' : 'w' },
)
......@@ -144,4 +144,4 @@ class Person:
# Acquired Categories via Career
'grade', 'role',
# Virtual Categories
'source_region', 'destination_region', )
\ No newline at end of file
'source_region', 'destination_region', )
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