Commit 7a56b6a9 authored by Nicolas Dumazet's avatar Nicolas Dumazet

2010-09-18 nicolas.dumazet

* add Amount, Movement and portal types to be able to create temporary objects with portal types as classes

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38540 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9f437c8d
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>content_icon</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>factory</string> </key>
<value> <string>addAmount</string> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>abstract</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Amount</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>permission</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Base Type</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>content_icon</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>factory</string> </key>
<value> <string>addMovement</string> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>abstract</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Movement</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>permission</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Base Type</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2010-09-18 nicolas.dumazet
* add Amount, Movement and portal types to be able to create temporary objects with portal types as classes
2010-09-10 nicolas delaby 2010-09-10 nicolas delaby
* Declare new mimetype text/csv * Declare new mimetype text/csv
* Accept text/csv as input mimetype for csv_to_text portal_transform chain. * Accept text/csv as input mimetype for csv_to_text portal_transform chain.
......
1716 1719
\ No newline at end of file \ No newline at end of file
Action Information Action Information
Alarm Alarm
Alarm Tool Alarm Tool
Amount
Application Id Generator Application Id Generator
Applied Rule Applied Rule
Base Category Base Category
...@@ -25,6 +26,7 @@ Id Tool ...@@ -25,6 +26,7 @@ Id Tool
Mapped Value Mapped Value
Memcached Plugin Memcached Plugin
Memcached Tool Memcached Tool
Movement
Password Tool Password Tool
Predicate Predicate
Preference Preference
......
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