Commit 45b830e7 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Put modules in module type group.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16186 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9cdbdc35
......@@ -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>
......
......@@ -61,6 +61,10 @@
<list/>
</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>
......@@ -93,6 +97,14 @@
<key> <string>filter_content_types</string> </key>
<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>
......@@ -103,6 +115,14 @@
<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>
<value>
......
......@@ -61,6 +61,10 @@
<list/>
</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>
......@@ -93,6 +97,14 @@
<key> <string>filter_content_types</string> </key>
<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>
......@@ -103,6 +115,14 @@
<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>
<value>
......
......@@ -61,6 +61,10 @@
<list/>
</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>
......@@ -93,6 +97,14 @@
<key> <string>filter_content_types</string> </key>
<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>
......@@ -103,6 +115,14 @@
<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>
<value>
......
185
\ No newline at end of file
189
\ No newline at end of file
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
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment