diff --git a/product/ERP5/PropertySheet/Organisation.py b/product/ERP5/PropertySheet/Organisation.py index 8a697227ff5db8a7e4222f21c3a3b7714e46d2c9..74c4eee8424c4f236a640eb0fea5f7bf7dcdb776 100644 --- a/product/ERP5/PropertySheet/Organisation.py +++ b/product/ERP5/PropertySheet/Organisation.py @@ -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', ) diff --git a/product/ERP5/PropertySheet/Person.py b/product/ERP5/PropertySheet/Person.py index a45687a4a23c4d5756865d5543192c8dbc8a7f21..5785228cb738305faf8845abc3eccf451b8bd685 100644 --- a/product/ERP5/PropertySheet/Person.py +++ b/product/ERP5/PropertySheet/Person.py @@ -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', )