[Erp5-report] r42517 romain - in /erp5/trunk/bt5/vifib_web: ActionTemplateItem/portal_types...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 20 16:08:54 CET 2011


Author: romain
Date: Thu Jan 20 16:08:54 2011
New Revision: 42517

URL: http://svn.erp5.org?rev=42517&view=rev
Log:
Add a web view for computer

Added:
    erp5/trunk/bt5/vifib_web/ActionTemplateItem/portal_types/Computer/
    erp5/trunk/bt5/vifib_web/ActionTemplateItem/portal_types/Computer/web_view.xml
Modified:
    erp5/trunk/bt5/vifib_web/bt/revision
    erp5/trunk/bt5/vifib_web/bt/template_action_path_list

Added: erp5/trunk/bt5/vifib_web/ActionTemplateItem/portal_types/Computer/web_view.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_web/ActionTemplateItem/portal_types/Computer/web_view.xml?rev=42517&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_web/ActionTemplateItem/portal_types/Computer/web_view.xml (added)
+++ erp5/trunk/bt5/vifib_web/ActionTemplateItem/portal_types/Computer/web_view.xml [utf8] Thu Jan 20 16:08:54 2011
@@ -0,0 +1,100 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
+    </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_web_view</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>category</string> </key>
+            <value> <string>object_web_view</string> </value>
+        </item>
+        <item>
+            <key> <string>condition</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>icon</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>web_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>0.5</float> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Web 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>
+      <global name="Expression" module="Products.CMFCore.Expression"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>string:${object_url}/Computer_viewAsWeb</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <global name="Expression" module="Products.CMFCore.Expression"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>python:object is not None and object.isWebMode()</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/vifib_web/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_web/bt/revision?rev=42517&r1=42516&r2=42517&view=diff
==============================================================================
--- erp5/trunk/bt5/vifib_web/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/vifib_web/bt/revision [utf8] Thu Jan 20 16:08:54 2011
@@ -1 +1 @@
-264
\ No newline at end of file
+266
\ No newline at end of file

Modified: erp5/trunk/bt5/vifib_web/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_web/bt/template_action_path_list?rev=42517&r1=42516&r2=42517&view=diff
==============================================================================
--- erp5/trunk/bt5/vifib_web/bt/template_action_path_list [utf8] (original)
+++ erp5/trunk/bt5/vifib_web/bt/template_action_path_list [utf8] Thu Jan 20 16:08:54 2011
@@ -1,2 +1,3 @@
+Computer | web_view
 Open Sale Order Line | web_view
 Software Instance | web_view
\ No newline at end of file



More information about the Erp5-report mailing list