[Erp5-report] r32938 kazuhiko - in /erp5/trunk/bt5/erp5_accounting: PathTemplateItem/portal...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 22 12:42:35 CET 2010


Author: kazuhiko
Date: Mon Feb 22 12:42:35 2010
New Revision: 32938

URL: http://svn.erp5.org?rev=32938&view=rev
Log:
add default payment simulation rule.

Added:
    erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_payment_simulation_rule.xml
      - copied, changed from r32897, erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_payment_rule.xml
Modified:
    erp5/trunk/bt5/erp5_accounting/bt/revision
    erp5/trunk/bt5/erp5_accounting/bt/template_path_list

Copied: erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_payment_simulation_rule.xml (from r32897, erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_payment_rule.xml)
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_payment_simulation_rule.xml?p2=erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_payment_simulation_rule.xml&p1=erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_payment_rule.xml&r1=32897&r2=32938&rev=32938&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_payment_rule.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_payment_simulation_rule.xml [utf8] Mon Feb 22 12:42:35 2010
@@ -3,7 +3,7 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <global name="PaymentRule" module="Products.ERP5Type.Document.PaymentRule"/>
+        <global name="PaymentSimulationRule" module="Products.ERP5Type.Document.PaymentSimulationRule"/>
         <tuple/>
       </tuple>
     </pickle>
@@ -93,7 +93,7 @@
         </item>
         <item>
             <key> <string>id</string> </key>
-            <value> <string>default_payment_rule</string> </value>
+            <value> <string>default_payment_simulation_rule</string> </value>
         </item>
         <item>
             <key> <string>matching_property</string> </key>
@@ -106,7 +106,7 @@
         </item>
         <item>
             <key> <string>portal_type</string> </key>
-            <value> <string>Payment Rule</string> </value>
+            <value> <string>Payment Simulation Rule</string> </value>
         </item>
         <item>
             <key> <string>test_method_id</string> </key>
@@ -118,11 +118,11 @@
         </item>
         <item>
             <key> <string>title</string> </key>
-            <value> <string>Payment Rule</string> </value>
+            <value> <string>Default Payment Simulation Rule</string> </value>
         </item>
         <item>
             <key> <string>version</string> </key>
-            <value> <string>1</string> </value>
+            <value> <string>2</string> </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=32938&r1=32937&r2=32938&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Mon Feb 22 12:42:35 2010
@@ -1,1 +1,1 @@
-1116
+1117

Modified: erp5/trunk/bt5/erp5_accounting/bt/template_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/template_path_list?rev=32938&r1=32937&r2=32938&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/template_path_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/template_path_list [utf8] Mon Feb 22 12:42:35 2010
@@ -7,4 +7,6 @@
 portal_rules/default_invoice_rule
 portal_rules/default_invoice_rule/**
 portal_rules/default_payment_rule
-portal_rules/default_payment_rule/**
+portal_rules/default_payment_rule/**
+portal_rules/default_payment_simulation_rule
+portal_rules/default_payment_simulation_rule/**




More information about the Erp5-report mailing list