[Erp5-report] r45540 vincent - in /erp5/trunk/bt5/erp5_banking_check: PortalTypeTemplateIte...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Apr 18 15:33:58 CEST 2011


Author: vincent
Date: Mon Apr 18 15:33:58 2011
New Revision: 45540

URL: http://svn.erp5.org?rev=45540&view=rev
Log:
Forcibly migrate type_class on all portal types.

For export format stability.

Modified:
    erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%20Deposit.xml
    erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Incoming%20Check%20Deposit%20Line.xml
    erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Outgoing%20Check%20Deposit%20Line.xml
    erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Stop%20Payment.xml
    erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Purchase.xml
    erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Sale.xml
    erp5/trunk/bt5/erp5_banking_check/bt/revision

Modified: erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%20Deposit.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%2520Deposit.xml?rev=45540&r1=45539&r2=45540&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%20Deposit.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%20Deposit.xml [utf8] Mon Apr 18 15:33:58 2011
@@ -54,6 +54,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>BankingOperation</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Incoming%20Check%20Deposit%20Line.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Incoming%2520Check%2520Deposit%2520Line.xml?rev=45540&r1=45539&r2=45540&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Incoming%20Check%20Deposit%20Line.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Incoming%20Check%20Deposit%20Line.xml [utf8] Mon Apr 18 15:33:58 2011
@@ -54,6 +54,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>BankingOperationLine</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Outgoing%20Check%20Deposit%20Line.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Outgoing%2520Check%2520Deposit%2520Line.xml?rev=45540&r1=45539&r2=45540&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Outgoing%20Check%20Deposit%20Line.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Outgoing%20Check%20Deposit%20Line.xml [utf8] Mon Apr 18 15:33:58 2011
@@ -54,6 +54,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>BankingOperationLine</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Stop%20Payment.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Stop%2520Payment.xml?rev=45540&r1=45539&r2=45540&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Stop%20Payment.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Stop%20Payment.xml [utf8] Mon Apr 18 15:33:58 2011
@@ -73,6 +73,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>BankingOperation</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Purchase.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%2520Check%2520Purchase.xml?rev=45540&r1=45539&r2=45540&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Purchase.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Purchase.xml [utf8] Mon Apr 18 15:33:58 2011
@@ -69,6 +69,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>BankingOperation</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Sale.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%2520Check%2520Sale.xml?rev=45540&r1=45539&r2=45540&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Sale.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Sale.xml [utf8] Mon Apr 18 15:33:58 2011
@@ -69,6 +69,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>BankingOperation</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_check/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/bt/revision?rev=45540&r1=45539&r2=45540&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/bt/revision [utf8] Mon Apr 18 15:33:58 2011
@@ -1 +1 @@
-491
+492
\ No newline at end of file



More information about the Erp5-report mailing list