[Erp5-report] r42753 kazuhiko - in /erp5/trunk/products/ERP5/bootstrap/erp5_core_property_s...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jan 28 16:50:19 CET 2011


Author: kazuhiko
Date: Fri Jan 28 16:50:19 2011
New Revision: 42753

URL: http://svn.erp5.org?rev=42753&view=rev
Log:
add template_keep_path and template_keep_workflow_path according to r42752.

Added:
    erp5/trunk/products/ERP5/bootstrap/erp5_core_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BusinessTemplate/54.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BusinessTemplate/55.xml
Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core_property_sheets/bt/revision

Added: erp5/trunk/products/ERP5/bootstrap/erp5_core_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BusinessTemplate/54.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BusinessTemplate/54.xml?rev=42753&view=auto
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BusinessTemplate/54.xml (added)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BusinessTemplate/54.xml [utf8] Fri Jan 28 16:50:19 2011
@@ -0,0 +1,61 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/lines</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>default_reference</string> </key>
+            <value> <string>template_keep_path</string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>A list of object paths that should be kept in installing this template</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>54</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+        <item>
+            <key> <string>property_default</string> </key>
+            <value> <string>python: ()</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/products/ERP5/bootstrap/erp5_core_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BusinessTemplate/55.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BusinessTemplate/55.xml?rev=42753&view=auto
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BusinessTemplate/55.xml (added)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BusinessTemplate/55.xml [utf8] Fri Jan 28 16:50:19 2011
@@ -0,0 +1,61 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/lines</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>default_reference</string> </key>
+            <value> <string>template_keep_workflow_path</string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>A list of object paths whose workflow history should be kept in installing this template</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>55</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+        <item>
+            <key> <string>property_default</string> </key>
+            <value> <string>python: ()</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core_property_sheets/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core_property_sheets/bt/revision?rev=42753&r1=42752&r2=42753&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core_property_sheets/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core_property_sheets/bt/revision [utf8] Fri Jan 28 16:50:19 2011
@@ -1 +1 @@
-2
\ No newline at end of file
+3
\ No newline at end of file



More information about the Erp5-report mailing list