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 @@ ...@@ -34,6 +34,10 @@
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
</item>
<item> <item>
<key> <string>allowed_content_types</string> </key> <key> <string>allowed_content_types</string> </key>
<value> <value>
...@@ -52,7 +56,7 @@ ...@@ -52,7 +56,7 @@
</item> </item>
<item> <item>
<key> <string>content_meta_type</string> </key> <key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Accounting Period Delimiter</string> </value> <value> <string>ERP5 Accounting Transaction</string> </value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
...@@ -61,11 +65,17 @@ Once the period is closed (ie. the Accounting Period Delimiter is in delivered s ...@@ -61,11 +65,17 @@ Once the period is closed (ie. the Accounting Period Delimiter is in delivered s
</item> </item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addAccountingPeriodDelimiter</string> </value> <value> <string>addAccountingTransaction</string> </value>
</item> </item>
<item> <item>
<key> <string>filter_content_types</string> </key> <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>
<item> <item>
<key> <string>hidden_content_type_list</string> </key> <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 ...@@ -75,18 +85,16 @@ Once the period is closed (ie. the Accounting Period Delimiter is in delivered s
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Accounting Period Delimiter</string> </value> <value> <string>Accounting Period</string> </value>
</item> </item>
<item> <item>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value> <string>AccountingPeriod_init</string> </value>
</item> </item>
<item> <item>
<key> <string>property_sheet_list</string> </key> <key> <string>property_sheet_list</string> </key>
<value> <value>
<tuple> <tuple/>
<string>Task</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
...@@ -100,7 +108,7 @@ Once the period is closed (ie. the Accounting Period Delimiter is in delivered s ...@@ -100,7 +108,7 @@ Once the period is closed (ie. the Accounting Period Delimiter is in delivered s
<pickle> <pickle>
<tuple> <tuple>
<tuple> <tuple>
<string>Products.ERP5Type.CMFCorePatch</string> <string>Products.ERP5Type.patches.ActionInformation</string>
<string>PatchedActionInformation</string> <string>PatchedActionInformation</string>
</tuple> </tuple>
<none/> <none/>
...@@ -165,7 +173,7 @@ Once the period is closed (ie. the Accounting Period Delimiter is in delivered s ...@@ -165,7 +173,7 @@ Once the period is closed (ie. the Accounting Period Delimiter is in delivered s
<pickle> <pickle>
<tuple> <tuple>
<tuple> <tuple>
<string>Products.ERP5Type.CMFCorePatch</string> <string>Products.ERP5Type.patches.ActionInformation</string>
<string>PatchedActionInformation</string> <string>PatchedActionInformation</string>
</tuple> </tuple>
<none/> <none/>
...@@ -305,7 +313,7 @@ Once the period is closed (ie. the Accounting Period Delimiter is in delivered s ...@@ -305,7 +313,7 @@ Once the period is closed (ie. the Accounting Period Delimiter is in delivered s
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${object_url}/AccountingPeriodDelimiter_view</string> </value> <value> <string>string:${object_url}/AccountingPeriod_view</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </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