Commit abe2378b authored by Aurel's avatar Aurel

missing definitions for portal type

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18190 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6bd4138b
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>action</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_view</string> </value>
</item>
<item>
<key> <string>condition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>icon</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>counter_stock</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>View</string>
</tuple>
</value>
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>2.5</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Counter Stock</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Expression" module="Products.CMFCore.Expression"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/CounterDate_viewCounterStock</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>action</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_view</string> </value>
</item>
<item>
<key> <string>condition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>icon</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>person_list</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>View</string>
</tuple>
</value>
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>2.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Persons</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Expression" module="Products.CMFCore.Expression"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/Organisation_viewPersonList</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -11,6 +11,9 @@
<portal_type id="Cash Delivery Cell">
<item>variation</item>
</portal_type>
<portal_type id="Category">
<item>vault_type</item>
</portal_type>
<portal_type id="Check">
<item>site</item>
<item>check_type</item>
......
<hidden_content_type_list>
<portal_type id="Checkbook">
<item>Check</item>
</portal_type>
<portal_type id="Currency Exchange Line">
<item>Currency Exchange Cell</item>
</portal_type>
......
391
\ No newline at end of file
393
\ No newline at end of file
......@@ -40,6 +40,7 @@ Checkbook | view
Coin | view
Counter Date Module | print_pdf
Counter Date Module | view
Counter Date | counter_stock
Counter Date | remaining_operations
Counter Date | view
Counter Module | print_pdf
......@@ -51,4 +52,5 @@ Currency Cash Module | view
Currency Exchange Cell | view
Currency Exchange Line | view
Currency Module | view
Currency | view
\ No newline at end of file
Currency | view
Organisation | person_list
\ No newline at end of file
......@@ -2,6 +2,7 @@ Accounting Cancellation | site
Accounting Date | site
Bank Account | site
Cash Delivery Cell | variation
Category | vault_type
Check Model Type Variation | check_type
Check Operation Line | aggregate_resource
Check | check_type
......
Checkbook | Check
Currency Exchange Line | Currency Exchange Cell
\ 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