[Erp5-report] r33396 kazuhiko - in /erp5/trunk/bt5/erp5_simulation: PathTemplateItem/portal...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 4 16:27:08 CET 2010


Author: kazuhiko
Date: Thu Mar  4 16:27:07 2010
New Revision: 33396

URL: http://svn.erp5.org?rev=33396&view=rev
Log:
add new_delivery_simulation_rule.

Added:
    erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_delivery_simulation_rule/
      - copied from r33386, erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_invoice_simulation_rule/
    erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_delivery_simulation_rule.xml
      - copied, changed from r33391, erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_invoice_simulation_rule.xml
Modified:
    erp5/trunk/bt5/erp5_simulation/bt/revision
    erp5/trunk/bt5/erp5_simulation/bt/template_path_list

Copied: erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_delivery_simulation_rule.xml (from r33391, erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_invoice_simulation_rule.xml)
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_delivery_simulation_rule.xml?p2=erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_delivery_simulation_rule.xml&p1=erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_invoice_simulation_rule.xml&r1=33391&r2=33396&rev=33396&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_invoice_simulation_rule.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_delivery_simulation_rule.xml [utf8] Thu Mar  4 16:27:07 2010
@@ -3,7 +3,7 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <global name="InvoiceSimulationRule" module="Products.ERP5Type.Document.InvoiceSimulationRule"/>
+        <global name="DeliverySimulationRule" module="Products.ERP5Type.Document.DeliverySimulationRule"/>
         <tuple/>
       </tuple>
     </pickle>
@@ -59,7 +59,7 @@
         </item>
         <item>
             <key> <string>id</string> </key>
-            <value> <string>new_invoice_simulation_rule</string> </value>
+            <value> <string>new_delivery_simulation_rule</string> </value>
         </item>
         <item>
             <key> <string>last_id</string> </key>
@@ -67,23 +67,23 @@
         </item>
         <item>
             <key> <string>portal_type</string> </key>
-            <value> <string>Invoice Simulation Rule</string> </value>
+            <value> <string>Delivery Simulation Rule</string> </value>
         </item>
         <item>
             <key> <string>test_method_id</string> </key>
             <value>
               <tuple>
-                <string>SimulationMovement_testInvoiceSimulationRule</string>
+                <string>SimulationMovement_testDeliverySimulationRule</string>
               </tuple>
             </value>
         </item>
         <item>
             <key> <string>title</string> </key>
-            <value> <string>New Default Invoice Simulation Rule</string> </value>
+            <value> <string>New Default Delivery Simulation Rule</string> </value>
         </item>
         <item>
             <key> <string>version</string> </key>
-            <value> <string>2</string> </value>
+            <value> <string>3</string> </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/trunk/bt5/erp5_simulation/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/bt/revision?rev=33396&r1=33395&r2=33396&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/bt/revision [utf8] Thu Mar  4 16:27:07 2010
@@ -1,1 +1,1 @@
-53
+54

Modified: erp5/trunk/bt5/erp5_simulation/bt/template_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/bt/template_path_list?rev=33396&r1=33395&r2=33396&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/bt/template_path_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/bt/template_path_list [utf8] Thu Mar  4 16:27:07 2010
@@ -4,6 +4,8 @@
 portal_categories/trade_phase/default/**
 portal_rules/new_delivery_root_simulation_rule
 portal_rules/new_delivery_root_simulation_rule/**
+portal_rules/new_delivery_simulation_rule
+portal_rules/new_delivery_simulation_rule/**
 portal_rules/new_invoice_root_simulation_rule
 portal_rules/new_invoice_root_simulation_rule/**
 portal_rules/new_invoice_simulation_rule




More information about the Erp5-report mailing list