From cb9493f1dad82ea3fef30b7bdbcf9375e859a1ee Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Thu, 9 Aug 2007 20:47:06 +0000
Subject: [PATCH] Remove unneeded base categories.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15582 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/PropertySheet/Organisation.py | 5 +----
 product/ERP5/PropertySheet/Person.py       | 2 --
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/product/ERP5/PropertySheet/Organisation.py b/product/ERP5/PropertySheet/Organisation.py
index 8a697227ff..74c4eee842 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 a45687a4a2..5785228cb7 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',
                  )
 
-- 
2.30.9