[Erp5-report] r35356 fabien - in /erp5/trunk/bt5/erp5_software_pdm: ActionTemplateItem/port...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 14 16:35:18 CEST 2010


Author: fabien
Date: Fri May 14 16:35:17 2010
New Revision: 35356

URL: http://svn.erp5.org?rev=35356&view=rev
Log:
some portal_types were wrong.

Added:
    erp5/trunk/bt5/erp5_software_pdm/ActionTemplateItem/portal_types/Software%20Product/view.xml
Modified:
    erp5/trunk/bt5/erp5_software_pdm/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
    erp5/trunk/bt5/erp5_software_pdm/bt/revision
    erp5/trunk/bt5/erp5_software_pdm/bt/template_action_path_list
    erp5/trunk/bt5/erp5_software_pdm/bt/template_portal_type_base_category_list

Added: erp5/trunk/bt5/erp5_software_pdm/ActionTemplateItem/portal_types/Software%20Product/view.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/ActionTemplateItem/portal_types/Software%2520Product/view.xml?rev=35356&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/ActionTemplateItem/portal_types/Software%20Product/view.xml (added)
+++ erp5/trunk/bt5/erp5_software_pdm/ActionTemplateItem/portal_types/Software%20Product/view.xml [utf8] Fri May 14 16:35:17 2010
@@ -1,0 +1,89 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>action</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>action_type/object_view</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>category</string> </key>
+            <value> <string>object_view</string> </value>
+        </item>
+        <item>
+            <key> <string>condition</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>icon</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>view</string> </value>
+        </item>
+        <item>
+            <key> <string>permissions</string> </key>
+            <value>
+              <tuple>
+                <string>View</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Action Information</string> </value>
+        </item>
+        <item>
+            <key> <string>priority</string> </key>
+            <value> <float>1.0</float> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>View</string> </value>
+        </item>
+        <item>
+            <key> <string>visible</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <global name="Expression" module="Products.CMFCore.Expression"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>string:${object_url}/SoftwareProduct_view</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_software_pdm/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/PortalTypeBaseCategoryTemplateItem/base_category_list.xml?rev=35356&r1=35355&r2=35356&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/PortalTypeBaseCategoryTemplateItem/base_category_list.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_software_pdm/PortalTypeBaseCategoryTemplateItem/base_category_list.xml [utf8] Fri May 14 16:35:17 2010
@@ -1,11 +1,11 @@
 <base_category_list>
- <portal_type id="Data Set Module">
-  <item>business_application</item>
- </portal_type>
- <portal_type id="License Module">
-  <item>business_application</item>
- </portal_type>
  <portal_type id="Sale Supply Line">
   <item>aggregate</item>
  </portal_type>
+ <portal_type id="Software License Module">
+  <item>business_application</item>
+ </portal_type>
+ <portal_type id="Software Product Module">
+  <item>business_application</item>
+ </portal_type>
 </base_category_list>

Modified: erp5/trunk/bt5/erp5_software_pdm/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/bt/revision?rev=35356&r1=35355&r2=35356&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_software_pdm/bt/revision [utf8] Fri May 14 16:35:17 2010
@@ -1,1 +1,1 @@
-54
+55

Modified: erp5/trunk/bt5/erp5_software_pdm/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/bt/template_action_path_list?rev=35356&r1=35355&r2=35356&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/bt/template_action_path_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_software_pdm/bt/template_action_path_list [utf8] Fri May 14 16:35:17 2010
@@ -2,6 +2,6 @@
 Software License | related
 Software License | view
 Software License | view_editor
-Software Product  | view
 Software Product Module | view
-Software Product | sale_view
+Software Product | sale_view
+Software Product | view

Modified: erp5/trunk/bt5/erp5_software_pdm/bt/template_portal_type_base_category_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/bt/template_portal_type_base_category_list?rev=35356&r1=35355&r2=35356&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/bt/template_portal_type_base_category_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_software_pdm/bt/template_portal_type_base_category_list [utf8] Fri May 14 16:35:17 2010
@@ -1,3 +1,3 @@
-Data Set Module | business_application
-License Module | business_application
-Sale Supply Line | aggregate
+Sale Supply Line | aggregate
+Software License Module | business_application
+Software Product Module | business_application




More information about the Erp5-report mailing list