From 36bc8d5b694df7911aa4bd3fb855143cef239828 Mon Sep 17 00:00:00 2001
From: Ivan Tyagov <ivan@nexedi.com>
Date: Thu, 6 Jan 2011 06:57:23 +0000
Subject: [PATCH] Add 'embedded_document' portal_type group.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42042 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 71cbb4d65d..a1fda4ed13 100644
--- a/product/ERP5Type/ERP5Type.py
+++ b/product/ERP5Type/ERP5Type.py
@@ -264,7 +264,7 @@ class ERP5TypeInformation(XMLObject,
       # CRM
       'event', 'ticket',
       # DMS
-      'document', 'web_document', 'file_document',
+      'document', 'web_document', 'file_document', 'embedded_document',
       'recent_document', 'my_document', 'template_document',
       'crawler_index',
       # Solvers and simulation
-- 
2.30.9