[Erp5-report] r30074 - in /erp5/trunk/bt5/erp5_project: ActionTemplateItem/portal_types/Pro...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 28 18:11:29 CET 2009


Author: kazuhiko
Date: Wed Oct 28 18:11:24 2009
New Revision: 30074

URL: http://svn.erp5.org?rev=30074&view=rev
Log:
add Transaction tab for Project.

Added:
    erp5/trunk/bt5/erp5_project/ActionTemplateItem/portal_types/Project/transactions.xml
Modified:
    erp5/trunk/bt5/erp5_project/bt/revision
    erp5/trunk/bt5/erp5_project/bt/template_action_path_list

Added: erp5/trunk/bt5/erp5_project/ActionTemplateItem/portal_types/Project/transactions.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_project/ActionTemplateItem/portal_types/Project/transactions.xml?rev=30074&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_project/ActionTemplateItem/portal_types/Project/transactions.xml (added)
+++ erp5/trunk/bt5/erp5_project/ActionTemplateItem/portal_types/Project/transactions.xml [utf8] Wed Oct 28 18:11:24 2009
@@ -1,0 +1,103 @@
+<?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>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </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>transactions</string> </value>
+        </item>
+        <item>
+            <key> <string>permissions</string> </key>
+            <value>
+              <tuple>
+                <string>View</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>priority</string> </key>
+            <value> <float>6.5</float> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Transactions</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}/Entity_viewAccountingTransactionList?form_id=Entity_viewAccountingTransactionList</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <tuple>
+        <global name="Expression" module="Products.CMFCore.Expression"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>python:portal.Base_checkPermission(\'accounting_module\', \'View\')</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_project/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_project/bt/revision?rev=30074&r1=30073&r2=30074&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_project/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_project/bt/revision [utf8] Wed Oct 28 18:11:24 2009
@@ -1,1 +1,1 @@
-688
+689

Modified: erp5/trunk/bt5/erp5_project/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_project/bt/template_action_path_list?rev=30074&r1=30073&r2=30074&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_project/bt/template_action_path_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_project/bt/template_action_path_list [utf8] Wed Oct 28 18:11:24 2009
@@ -38,6 +38,7 @@
 Project | task_fast_input_dialog
 Project | task_list
 Project | task_report_list
+Project | transactions
 Project | view
 Requirement Document | cleanup_descriptions
 Requirement Document | detailed_report




More information about the Erp5-report mailing list