Commit f0e0d193 authored by Nicolas Dumazet's avatar Nicolas Dumazet

2010-09-28 nicolas.dumazet

* add portal type Event so that temporary Event objects can be created by NotificationTool
* document abstract portal types usage.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38702 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fbbdd1bf
......@@ -14,9 +14,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
<value> <string>This portal type is an abstract portal type, so that newTempAmount calls can succeed; one should never have to use this portal type for persistent objects.</string> </value>
</item>
<item>
<key> <string>factory</string> </key>
......@@ -50,6 +48,16 @@
<key> <string>portal_type</string> </key>
<value> <string>Base Type</string> </value>
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>Amount</string> </value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
<?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> <string>The purpose of an Event object is to keep track of the interface between the ERP and third parties.\n
\n
This portal type is an abstract portal type, so that newTempEvent calls can succeed; one should never have to use this portal type for persistent objects.</string> </value>
</item>
<item>
<key> <string>factory</string> </key>
<value> <string>addEvent</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>Event</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>
<item>
<key> <string>type_class</string> </key>
<value> <string>Event</string> </value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -14,9 +14,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
<value> <string>This portal type is an abstract portal type, so that newTempMovement calls can succeed; one should never have to use this portal type for persistent objects.</string> </value>
</item>
<item>
<key> <string>factory</string> </key>
......@@ -50,6 +48,16 @@
<key> <string>portal_type</string> </key>
<value> <string>Base Type</string> </value>
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>Movement</string> </value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
2010-09-28 nicolas.dumazet
* add portal type Event so that temporary Event objects can be created by NotificationTool
* document abstract portal types usage.
2010-09-27 nicolas.dumazet
* do not use manage_addTypeInformation anymore
......
1731
\ No newline at end of file
1732
\ No newline at end of file
......@@ -24,6 +24,7 @@ Domain Generator
Domain Tool
Dummy Class Tool
Dynamic Category Property
Event
Folder
Id Tool
Mapped Value
......
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