[Erp5-report] r16186 - in /erp5/trunk/bt5/erp5_base: PortalTypeBaseCategoryTemplateItem/ Po...

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Sep 8 20:37:24 CEST 2007


Author: jp
Date: Sat Sep  8 20:37:23 2007
New Revision: 16186

URL: http://svn.erp5.org?rev=16186&view=rev
Log:
Put modules in module type group.

Modified:
    erp5/trunk/bt5/erp5_base/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
    erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Currency%20Module.xml
    erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Organisation%20Module.xml
    erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Person%20Module.xml
    erp5/trunk/bt5/erp5_base/bt/revision
    erp5/trunk/bt5/erp5_base/bt/template_portal_type_base_category_list

Modified: erp5/trunk/bt5/erp5_base/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/PortalTypeBaseCategoryTemplateItem/base_category_list.xml?rev=16186&r1=16185&r2=16186&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/PortalTypeBaseCategoryTemplateItem/base_category_list.xml (original)
+++ erp5/trunk/bt5/erp5_base/PortalTypeBaseCategoryTemplateItem/base_category_list.xml Sat Sep  8 20:37:23 2007
@@ -6,6 +6,15 @@
  <portal_type id="Currency Exchange Line">
   <item>price_currency</item>
  </portal_type>
+ <portal_type id="Currency Module">
+  <item>business_application</item>
+ </portal_type>
+ <portal_type id="Organisation Module">
+  <item>business_application</item>
+ </portal_type>
+ <portal_type id="Person Module">
+  <item>business_application</item>
+ </portal_type>
  <portal_type id="Query">
   <item>agent</item>
  </portal_type>

Modified: erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Currency%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Currency%2520Module.xml?rev=16186&r1=16185&r2=16186&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Currency%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Currency%20Module.xml Sat Sep  8 20:37:23 2007
@@ -62,6 +62,10 @@
             </value>
         </item>
         <item>
+            <key> <string>acquire_local_roles</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
             <key> <string>allowed_content_types</string> </key>
             <value>
               <tuple/>
@@ -94,6 +98,14 @@
             <value> <int>1</int> </value>
         </item>
         <item>
+            <key> <string>group_list</string> </key>
+            <value>
+              <tuple>
+                <string>module</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
             <key> <string>hidden_content_type_list</string> </key>
             <value>
               <tuple/>
@@ -102,6 +114,14 @@
         <item>
             <key> <string>id</string> </key>
             <value> <string>Currency Module</string> </value>
+        </item>
+        <item>
+            <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>

Modified: erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Organisation%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Organisation%2520Module.xml?rev=16186&r1=16185&r2=16186&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Organisation%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Organisation%20Module.xml Sat Sep  8 20:37:23 2007
@@ -62,6 +62,10 @@
             </value>
         </item>
         <item>
+            <key> <string>acquire_local_roles</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
             <key> <string>allowed_content_types</string> </key>
             <value>
               <tuple/>
@@ -94,6 +98,14 @@
             <value> <int>1</int> </value>
         </item>
         <item>
+            <key> <string>group_list</string> </key>
+            <value>
+              <tuple>
+                <string>module</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
             <key> <string>hidden_content_type_list</string> </key>
             <value>
               <tuple/>
@@ -102,6 +114,14 @@
         <item>
             <key> <string>id</string> </key>
             <value> <string>Organisation Module</string> </value>
+        </item>
+        <item>
+            <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>

Modified: erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Person%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Person%2520Module.xml?rev=16186&r1=16185&r2=16186&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Person%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Person%20Module.xml Sat Sep  8 20:37:23 2007
@@ -62,6 +62,10 @@
             </value>
         </item>
         <item>
+            <key> <string>acquire_local_roles</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
             <key> <string>allowed_content_types</string> </key>
             <value>
               <tuple/>
@@ -94,6 +98,14 @@
             <value> <int>1</int> </value>
         </item>
         <item>
+            <key> <string>group_list</string> </key>
+            <value>
+              <tuple>
+                <string>module</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
             <key> <string>hidden_content_type_list</string> </key>
             <value>
               <tuple/>
@@ -102,6 +114,14 @@
         <item>
             <key> <string>id</string> </key>
             <value> <string>Person Module</string> </value>
+        </item>
+        <item>
+            <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>

Modified: erp5/trunk/bt5/erp5_base/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/bt/revision?rev=16186&r1=16185&r2=16186&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/bt/revision (original)
+++ erp5/trunk/bt5/erp5_base/bt/revision Sat Sep  8 20:37:23 2007
@@ -1,1 +1,1 @@
-185
+189

Modified: erp5/trunk/bt5/erp5_base/bt/template_portal_type_base_category_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/bt/template_portal_type_base_category_list?rev=16186&r1=16185&r2=16186&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/bt/template_portal_type_base_category_list (original)
+++ erp5/trunk/bt5/erp5_base/bt/template_portal_type_base_category_list Sat Sep  8 20:37:23 2007
@@ -1,4 +1,7 @@
 Currency Exchange Cell | currency_exchange_type
 Currency Exchange Cell | price_currency
 Currency Exchange Line | price_currency
+Currency Module | business_application
+Organisation Module | business_application
+Person Module | business_application
 Query | agent




More information about the Erp5-report mailing list