diff --git a/bt5/erp5_dms/PortalTypeBaseCategoryTemplateItem/base_category_list.xml b/bt5/erp5_dms/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
index 1be337f88a2376d06595b34c2f66c5f4c875d8c1..fae8761142c9940d3a3237f6b53cc544a79572c8 100644
--- a/bt5/erp5_dms/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
+++ b/bt5/erp5_dms/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
@@ -1,8 +1,14 @@
 <base_category_list>
+ <portal_type id="Document Module">
+  <item>business_application</item>
+ </portal_type>
+ <portal_type id="Image Module">
+  <item>business_application</item>
+ </portal_type>
  <portal_type id="Web Page">
-  <item>group</item>
   <item>site</item>
-  <item>follow_up</item>
   <item>function</item>
+  <item>follow_up</item>
+  <item>group</item>
  </portal_type>
 </base_category_list>
\ No newline at end of file
diff --git a/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/Document%20Module.xml b/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/Document%20Module.xml
index 282e1aa1bcd58077c236933c6bf000f2741858b6..95e0c253c301be5b00e177a6f4a14a312c337571 100644
--- a/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/Document%20Module.xml
+++ b/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/Document%20Module.xml
@@ -81,7 +81,9 @@
         <item>
             <key> <string>group_list</string> </key>
             <value>
-              <tuple/>
+              <tuple>
+                <string>module</string>
+              </tuple>
             </value>
         </item>
         <item>
@@ -98,6 +100,10 @@
             <key> <string>init_script</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>permission</string> </key>
+            <value> <string></string> </value>
+        </item>
         <item>
             <key> <string>property_sheet_list</string> </key>
             <value>
diff --git a/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/Image%20Module.xml b/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/Image%20Module.xml
index 3e06022b5d92e9fc5f5a09f8bb87a172ac4847e7..6f0b4f4e3d25d976677746c790a7c68c7a369947 100644
--- a/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/Image%20Module.xml
+++ b/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/Image%20Module.xml
@@ -81,7 +81,9 @@
         <item>
             <key> <string>group_list</string> </key>
             <value>
-              <tuple/>
+              <tuple>
+                <string>module</string>
+              </tuple>
             </value>
         </item>
         <item>
@@ -98,6 +100,10 @@
             <key> <string>init_script</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>permission</string> </key>
+            <value> <string></string> </value>
+        </item>
         <item>
             <key> <string>property_sheet_list</string> </key>
             <value>
diff --git a/bt5/erp5_dms/bt/revision b/bt5/erp5_dms/bt/revision
index 4ffc0cd9c1f9fafe9804d9a4a13d96d0ac13cfda..acec591c56b473189d566d9edb659c722bcde2a2 100644
--- a/bt5/erp5_dms/bt/revision
+++ b/bt5/erp5_dms/bt/revision
@@ -1 +1 @@
-670
\ No newline at end of file
+674
\ No newline at end of file
diff --git a/bt5/erp5_dms/bt/template_portal_type_base_category_list b/bt5/erp5_dms/bt/template_portal_type_base_category_list
index 9bc4b979b8f974018892888ecd3c051cc14ffd1b..0d3395eb298f19767389aa55528be310a0b07197 100644
--- a/bt5/erp5_dms/bt/template_portal_type_base_category_list
+++ b/bt5/erp5_dms/bt/template_portal_type_base_category_list
@@ -1,4 +1,6 @@
+Document Module | business_application
+Image Module | business_application
+Web Page | follow_up
 Web Page | function
 Web Page | group
-Web Page | site
-Web Page | follow_up
\ No newline at end of file
+Web Page | site
\ No newline at end of file