Commit ad202435 authored by Jérome Perrin's avatar Jérome Perrin

Accounting Period portal type instead of Accounting Period Delimiter


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4709 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f2e27c9d
......@@ -34,6 +34,10 @@
<none/>
</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>
......@@ -52,7 +56,7 @@
</item>
<item>
<key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Accounting Period Delimiter</string> </value>
<value> <string>ERP5 Accounting Transaction</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -61,11 +65,17 @@ Once the period is closed (ie. the Accounting Period Delimiter is in delivered s
</item>
<item>
<key> <string>factory</string> </key>
<value> <string>addAccountingPeriodDelimiter</string> </value>
<value> <string>addAccountingTransaction</string> </value>
</item>
<item>
<key> <string>filter_content_types</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>hidden_content_type_list</string> </key>
......@@ -75,18 +85,16 @@ Once the period is closed (ie. the Accounting Period Delimiter is in delivered s
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Accounting Period Delimiter</string> </value>
<value> <string>Accounting Period</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
<value> <string></string> </value>
<value> <string>AccountingPeriod_init</string> </value>
</item>
<item>
<key> <string>property_sheet_list</string> </key>
<value>
<tuple>
<string>Task</string>
</tuple>
<tuple/>
</value>
</item>
<item>
......@@ -100,7 +108,7 @@ Once the period is closed (ie. the Accounting Period Delimiter is in delivered s
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Type.CMFCorePatch</string>
<string>Products.ERP5Type.patches.ActionInformation</string>
<string>PatchedActionInformation</string>
</tuple>
<none/>
......@@ -165,7 +173,7 @@ Once the period is closed (ie. the Accounting Period Delimiter is in delivered s
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Type.CMFCorePatch</string>
<string>Products.ERP5Type.patches.ActionInformation</string>
<string>PatchedActionInformation</string>
</tuple>
<none/>
......@@ -305,7 +313,7 @@ Once the period is closed (ie. the Accounting Period Delimiter is in delivered s
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/AccountingPeriodDelimiter_view</string> </value>
<value> <string>string:${object_url}/AccountingPeriod_view</string> </value>
</item>
</dictionary>
</pickle>
......
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