Commit cb9493f1 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Remove unneeded base categories.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15582 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1e191fa6
......@@ -183,7 +183,4 @@ class Organisation:
)
_categories = ( 'role', 'group', 'activity', 'skill', 'market_segment', 'region',
'social_form', 'function', 'source', 'destination', 'source_section',
'destination_section', 'price_currency', 'economical_class', 'site',
# Virtual Categories
'source_region', 'destination_region', )
'social_form', 'function', 'price_currency', 'economical_class', 'site', )
......@@ -213,7 +213,5 @@ class Person:
# acquired from career
'group', 'subordination', 'role', 'function',
'salary_level', 'grade', 'skill',
# 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