[Erp5-report] r7077 - in /erp5/trunk/bt5/erp5_trade: ActionTemplateItem/portal_types/Purcha...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 4 15:26:32 CEST 2006


Author: jerome
Date: Thu May  4 15:26:18 2006
New Revision: 7077

URL: http://svn.erp5.org?rev=7077&view=rev
Log:
show "Choose Solve Actions" for both sale and purchase deliveries, and only if it is divergent

Added:
    erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%20Packing%20List/choose_solve_actions.xml
Modified:
    erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Sale%20Packing%20List/choose_solve_actions.xml
    erp5/trunk/bt5/erp5_trade/bt/template_action_path_list

Added: erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%20Packing%20List/choose_solve_actions.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%2520Packing%2520List/choose_solve_actions.xml?rev=7077&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%20Packing%20List/choose_solve_actions.xml (added)
+++ erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%20Packing%20List/choose_solve_actions.xml Thu May  4 15:26:18 2006
@@ -1,0 +1,114 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.CMFCore.ActionInformation</string>
+          <string>ActionInformation</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>__ac_local_roles__</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>action</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>category</string> </key>
+            <value> <string>object_action</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>choose_solve_actions</string> </value>
+        </item>
+        <item>
+            <key> <string>optional</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>permissions</string> </key>
+            <value>
+              <tuple>
+                <string>Modify portal content</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>priority</string> </key>
+            <value> <float>6.0</float> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Choose Solve Actions</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>
+        <tuple>
+          <string>Products.CMFCore.Expression</string>
+          <string>Expression</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>string:${object_url}/PackingList_viewSolveActionsDialog</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.CMFCore.Expression</string>
+          <string>Expression</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>here/isDivergent</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Sale%20Packing%20List/choose_solve_actions.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Sale%2520Packing%2520List/choose_solve_actions.xml?rev=7077&r1=7076&r2=7077&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Sale%20Packing%20List/choose_solve_actions.xml (original)
+++ erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Sale%20Packing%20List/choose_solve_actions.xml Thu May  4 15:26:18 2006
@@ -30,7 +30,9 @@
         </item>
         <item>
             <key> <string>condition</string> </key>
-            <value> <string></string> </value>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
         </item>
         <item>
             <key> <string>description</string> </key>
@@ -90,4 +92,23 @@
       </dictionary>
     </pickle>
   </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.CMFCore.Expression</string>
+          <string>Expression</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>object/isDivergent</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
 </ZopeData>

Modified: erp5/trunk/bt5/erp5_trade/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/template_action_path_list?rev=7077&r1=7076&r2=7077&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/template_action_path_list (original)
+++ erp5/trunk/bt5/erp5_trade/bt/template_action_path_list Thu May  4 15:26:18 2006
@@ -114,6 +114,7 @@
 Purchase Packing List Module | sort_on
 Purchase Packing List Module | view
 Purchase Packing List Module | workflow_report
+Purchase Packing List | choose_solve_actions
 Purchase Packing List | history
 Purchase Packing List | jump_related_purchase_invoice
 Purchase Packing List | metadata




More information about the Erp5-report mailing list