Commit 7eda0912 authored by Jérome Perrin's avatar Jérome Perrin

Add missing categoriess acquired from career.

Document categories


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5088 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f78b0e95
......@@ -169,6 +169,14 @@ class Person:
},
)
_categories = ( 'region', 'gender', 'product_line', 'nationality', 'marital_status',
'subordination', 'destination_region' )
_categories = ( # set on the Person directly
'gender', 'nationality', 'marital_status',
'product_line', # (product interest)
# acquired from address
'region',
# acquired from career
'subordination', 'role', 'function', 'salary_level',
# needed for movements having a Person as destination / source
'destination_region', 'source_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