From de8a02cfe3c71cae5043de35eecaeeb01386b4e5 Mon Sep 17 00:00:00 2001
From: Nicolas Dumazet <nicolas.dumazet@nexedi.com>
Date: Mon, 7 Feb 2011 07:49:46 +0000
Subject: [PATCH] add a 'constraint' portal type group to group all Constraint
 portal types

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43112 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/ERP5Type.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5Type/ERP5Type.py b/product/ERP5Type/ERP5Type.py
index 051bab3c78..0c62eccba3 100644
--- a/product/ERP5Type/ERP5Type.py
+++ b/product/ERP5Type/ERP5Type.py
@@ -239,7 +239,7 @@ class ERP5TypeInformation(XMLObject,
     # with great care.
     defined_group_list = (
       # Framework
-      'alarm', 'rule',
+      'alarm', 'rule', 'constraint',
       # ERP5 UBM (5 Classes)
       'resource', 'node', 'item',
       'path', # movement is generated from all *_movement group above.
-- 
2.30.9