[Erp5-report] r34006 luke - in /erp5/trunk/bt5/erp5_computer_immobilisation: PortalTypeTemp...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Mar 23 14:36:38 CET 2010
Author: luke
Date: Tue Mar 23 14:36:38 2010
New Revision: 34006
URL: http://svn.erp5.org?rev=34006&view=rev
Log:
- use ComputerPartition class for Computer Partition portal type documents
Modified:
erp5/trunk/bt5/erp5_computer_immobilisation/PortalTypeTemplateItem/portal_types/Computer%20Partition.xml
erp5/trunk/bt5/erp5_computer_immobilisation/bt/revision
Modified: erp5/trunk/bt5/erp5_computer_immobilisation/PortalTypeTemplateItem/portal_types/Computer%20Partition.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_computer_immobilisation/PortalTypeTemplateItem/portal_types/Computer%2520Partition.xml?rev=34006&r1=34005&r2=34006&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_computer_immobilisation/PortalTypeTemplateItem/portal_types/Computer%20Partition.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_computer_immobilisation/PortalTypeTemplateItem/portal_types/Computer%20Partition.xml [utf8] Tue Mar 23 14:36:38 2010
@@ -9,6 +9,25 @@
</pickle>
<pickle>
<dictionary>
+ <item>
+ <key> <string>_property_domain_dict</string> </key>
+ <value>
+ <dictionary>
+ <item>
+ <key> <string>short_title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+ </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+ </value>
+ </item>
+ </dictionary>
+ </value>
+ </item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>0</int> </value>
@@ -27,7 +46,7 @@
</item>
<item>
<key> <string>factory</string> </key>
- <value> <string>addComputer</string> </value>
+ <value> <string>addComputerPartition</string> </value>
</item>
<item>
<key> <string>filter_content_types</string> </key>
@@ -47,11 +66,15 @@
</item>
<item>
<key> <string>init_script</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>permission</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
@@ -60,4 +83,44 @@
</dictionary>
</pickle>
</record>
+ <record id="2" aka="AAAAAAAAAAI=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_content</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>short_title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+ <record id="3" aka="AAAAAAAAAAM=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_content</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
</ZopeData>
Modified: erp5/trunk/bt5/erp5_computer_immobilisation/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_computer_immobilisation/bt/revision?rev=34006&r1=34005&r2=34006&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_computer_immobilisation/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_computer_immobilisation/bt/revision [utf8] Tue Mar 23 14:36:38 2010
@@ -1,1 +1,1 @@
-16
+17
More information about the Erp5-report
mailing list