Commit 9cdbdc35 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Do not acquire local roles on document portal types. Add business application...

Do not acquire local roles on document portal types. Add business application category to portal type.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16185 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6174d510
<base_category_list>
<portal_type id="Account Module">
<item>business_application</item>
</portal_type>
<portal_type id="Accounting Transaction Module">
<item>business_application</item>
</portal_type>
</base_category_list>
\ No newline at end of file
......@@ -44,7 +44,7 @@
</item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>allowed_content_types</string> </key>
......@@ -99,6 +99,10 @@ Once the period is closed (ie. the Accounting Period Delimiter is in delivered s
<key> <string>init_script</string> </key>
<value> <string>AccountingPeriod_init</string> </value>
</item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>property_sheet_list</string> </key>
<value>
......
......@@ -44,7 +44,7 @@
</item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>allowed_content_types</string> </key>
......@@ -82,8 +82,8 @@
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>accounting_transaction</string>
<string>delivery</string>
<string>accounting_transaction</string>
</tuple>
</value>
</item>
......@@ -101,6 +101,10 @@
<key> <string>init_script</string> </key>
<value> <string>AccountingTransaction_init</string> </value>
</item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>property_sheet_list</string> </key>
<value>
......
......@@ -44,7 +44,7 @@
</item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>allowed_content_types</string> </key>
......@@ -82,8 +82,8 @@
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>accounting_transaction</string>
<string>delivery</string>
<string>accounting_transaction</string>
</tuple>
</value>
</item>
......@@ -101,6 +101,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>
......
......@@ -44,7 +44,7 @@
</item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>allowed_content_types</string> </key>
......@@ -82,8 +82,8 @@
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>accounting_transaction</string>
<string>delivery</string>
<string>accounting_transaction</string>
</tuple>
</value>
</item>
......@@ -101,6 +101,10 @@
<key> <string>init_script</string> </key>
<value> <string>PaymentTransaction_init</string> </value>
</item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>property_sheet_list</string> </key>
<value>
......
......@@ -44,7 +44,7 @@
</item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>allowed_content_types</string> </key>
......
393
\ No newline at end of file
395
\ No newline at end of file
Account Module | business_application
Accounting Transaction Module | business_application
\ 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