From eda1d1632e3ded232c47f34792b1f45c364e5aa6 Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Wed, 19 Sep 2012 12:00:32 +0200
Subject: [PATCH] Add group acquisition on Computer Partition

Conflicts:
	bt5/erp5_base/bt/revision
---
 bt5/erp5_base/CategoryTemplateItem/portal_categories/group.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bt5/erp5_base/CategoryTemplateItem/portal_categories/group.xml b/bt5/erp5_base/CategoryTemplateItem/portal_categories/group.xml
index c8f56babc7..1fddf12604 100644
--- a/bt5/erp5_base/CategoryTemplateItem/portal_categories/group.xml
+++ b/bt5/erp5_base/CategoryTemplateItem/portal_categories/group.xml
@@ -33,6 +33,7 @@
             <value>
               <tuple>
                 <string>subordination</string>
+                <string>parent</string>
               </tuple>
             </value>
         </item>
@@ -52,7 +53,7 @@
         </item>
         <item>
             <key> <string>acquisition_portal_type</string> </key>
-            <value> <string>python: [\'Career\', \'Organisation\', \'Person\']</string> </value>
+            <value> <string>python: [\'Career\', \'Organisation\', \'Person\', \'Computer\']</string> </value>
         </item>
         <item>
             <key> <string>acquisition_sync_value</string> </key>
-- 
2.30.9