[Erp5-report] r39211 nicolas.dumazet - in /erp5/trunk/bt5/erp5_trade: PortalTypeTemplateIte...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 15 05:04:51 CEST 2010


Author: nicolas.dumazet
Date: Fri Oct 15 05:04:47 2010
New Revision: 39211

URL: http://svn.erp5.org?rev=39211&view=rev
Log:
2010-10-15 nicolas.dumazet
* No restrictions on subtypes of Order portal type

Added:
    erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Order.xml
Modified:
    erp5/trunk/bt5/erp5_trade/bt/change_log
    erp5/trunk/bt5/erp5_trade/bt/revision
    erp5/trunk/bt5/erp5_trade/bt/template_portal_type_id_list

Added: erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Order.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Order.xml?rev=39211&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Order.xml (added)
+++ erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Order.xml [utf8] Fri Oct 15 05:04:47 2010
@@ -0,0 +1,68 @@
+<?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>This portal type is an abstract portal type, so that newTempOrder 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>addOrder</string> </value>
+        </item>
+        <item>
+            <key> <string>filter_content_types</string> </key>
+            <value> <int>0</int> </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>Order</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>Order</string> </value>
+        </item>
+        <item>
+            <key> <string>type_mixin</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_trade/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/change_log?rev=39211&r1=39210&r2=39211&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_trade/bt/change_log [utf8] Fri Oct 15 05:04:47 2010
@@ -1,3 +1,6 @@
+2010-10-15 nicolas.dumazet
+* No restrictions on subtypes of Order portal type
+
 2010-09-30 nicolas.dumazet
 * Add abstract Order portal type to be able to create temporary documents of Order portal type.
 

Modified: erp5/trunk/bt5/erp5_trade/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/revision?rev=39211&r1=39210&r2=39211&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_trade/bt/revision [utf8] Fri Oct 15 05:04:47 2010
@@ -1 +1 @@
-988
\ No newline at end of file
+990
\ No newline at end of file

Modified: erp5/trunk/bt5/erp5_trade/bt/template_portal_type_id_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/template_portal_type_id_list?rev=39211&r1=39210&r2=39211&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/template_portal_type_id_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_trade/bt/template_portal_type_id_list [utf8] Fri Oct 15 05:04:47 2010
@@ -22,6 +22,7 @@ Inventory
 Inventory Cell
 Inventory Line
 Inventory Module
+Order
 Order Root Simulation Rule
 Order Rule
 Payment Condition




More information about the Erp5-report mailing list