[Erp5-report] r45538 vincent - in /erp5/trunk/bt5/erp5_banking_cash: PortalTypeTemplateItem...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Apr 18 15:17:11 CEST 2011


Author: vincent
Date: Mon Apr 18 15:17:11 2011
New Revision: 45538

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

For export format stability.

Modified:
    erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Container.xml
    erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted%20Container.xml
    erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted%20Line.xml
    erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted.xml
    erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Classification%20Survey.xml
    erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Destruction%20Survey.xml
    erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Exchanged%20Mutilated%20Banknote%20Line.xml
    erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Historical%20Operation.xml
    erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Cash%20Exchange%20Line.xml
    erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Classification%20Survey%20Line.xml
    erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Mutilated%20Banknote%20Line.xml
    erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Internal%20Money%20Payment.xml
    erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Money%20Deposit%20Rendering.xml
    erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Cash%20Exchange%20Line.xml
    erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Classification%20Survey%20Cell.xml
    erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Classification%20Survey%20Line.xml
    erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Mutilated%20Banknote%20Line.xml
    erp5/trunk/bt5/erp5_banking_cash/bt/revision

Modified: erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Container.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%2520Container.xml?rev=45538&r1=45537&r2=45538&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Container.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Container.xml [utf8] Mon Apr 18 15:17:11 2011
@@ -51,6 +51,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>CashContainer</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted%20Container.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%2520Movement%2520New%2520Not%2520Emitted%2520Container.xml?rev=45538&r1=45537&r2=45538&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted%20Container.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted%20Container.xml [utf8] Mon Apr 18 15:17:11 2011
@@ -56,6 +56,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>CashContainer</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted%20Line.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%2520Movement%2520New%2520Not%2520Emitted%2520Line.xml?rev=45538&r1=45537&r2=45538&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted%20Line.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted%20Line.xml [utf8] Mon Apr 18 15:17:11 2011
@@ -55,6 +55,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>CashDeliveryLine</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%2520Movement%2520New%2520Not%2520Emitted.xml?rev=45538&r1=45537&r2=45538&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted.xml [utf8] Mon Apr 18 15:17:11 2011
@@ -72,6 +72,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>CashDelivery</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Classification%20Survey.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Classification%2520Survey.xml?rev=45538&r1=45537&r2=45538&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Classification%20Survey.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Classification%20Survey.xml [utf8] Mon Apr 18 15:17:11 2011
@@ -50,6 +50,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>CashDelivery</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Destruction%20Survey.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Destruction%2520Survey.xml?rev=45538&r1=45537&r2=45538&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Destruction%20Survey.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Destruction%20Survey.xml [utf8] Mon Apr 18 15:17:11 2011
@@ -50,6 +50,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>CashDelivery</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Exchanged%20Mutilated%20Banknote%20Line.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Exchanged%2520Mutilated%2520Banknote%2520Line.xml?rev=45538&r1=45537&r2=45538&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Exchanged%20Mutilated%20Banknote%20Line.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Exchanged%20Mutilated%20Banknote%20Line.xml [utf8] Mon Apr 18 15:17:11 2011
@@ -55,6 +55,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>CashDeliveryLine</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Historical%20Operation.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Historical%2520Operation.xml?rev=45538&r1=45537&r2=45538&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Historical%20Operation.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Historical%20Operation.xml [utf8] Mon Apr 18 15:17:11 2011
@@ -55,6 +55,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_cash/PortalTypeTemplateItem/portal_types/Incoming%20Cash%20Exchange%20Line.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%2520Cash%2520Exchange%2520Line.xml?rev=45538&r1=45537&r2=45538&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Cash%20Exchange%20Line.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Cash%20Exchange%20Line.xml [utf8] Mon Apr 18 15:17:11 2011
@@ -50,6 +50,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>CashDeliveryLine</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Classification%20Survey%20Line.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%2520Classification%2520Survey%2520Line.xml?rev=45538&r1=45537&r2=45538&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Classification%20Survey%20Line.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Classification%20Survey%20Line.xml [utf8] Mon Apr 18 15:17:11 2011
@@ -50,6 +50,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>CashDeliveryLine</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Mutilated%20Banknote%20Line.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%2520Mutilated%2520Banknote%2520Line.xml?rev=45538&r1=45537&r2=45538&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Mutilated%20Banknote%20Line.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Mutilated%20Banknote%20Line.xml [utf8] Mon Apr 18 15:17:11 2011
@@ -55,6 +55,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>CashDeliveryLine</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Internal%20Money%20Payment.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Internal%2520Money%2520Payment.xml?rev=45538&r1=45537&r2=45538&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Internal%20Money%20Payment.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Internal%20Money%20Payment.xml [utf8] Mon Apr 18 15:17:11 2011
@@ -63,6 +63,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_cash/PortalTypeTemplateItem/portal_types/Money%20Deposit%20Rendering.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Money%2520Deposit%2520Rendering.xml?rev=45538&r1=45537&r2=45538&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Money%20Deposit%20Rendering.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Money%20Deposit%20Rendering.xml [utf8] Mon Apr 18 15:17:11 2011
@@ -68,6 +68,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>CashDelivery</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Cash%20Exchange%20Line.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%2520Cash%2520Exchange%2520Line.xml?rev=45538&r1=45537&r2=45538&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Cash%20Exchange%20Line.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Cash%20Exchange%20Line.xml [utf8] Mon Apr 18 15:17:11 2011
@@ -55,6 +55,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>CashDeliveryLine</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Classification%20Survey%20Cell.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%2520Classification%2520Survey%2520Cell.xml?rev=45538&r1=45537&r2=45538&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Classification%20Survey%20Cell.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Classification%20Survey%20Cell.xml [utf8] Mon Apr 18 15:17:11 2011
@@ -51,6 +51,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>CashDeliveryCell</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Classification%20Survey%20Line.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%2520Classification%2520Survey%2520Line.xml?rev=45538&r1=45537&r2=45538&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Classification%20Survey%20Line.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Classification%20Survey%20Line.xml [utf8] Mon Apr 18 15:17:11 2011
@@ -50,6 +50,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>CashDeliveryLine</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Mutilated%20Banknote%20Line.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%2520Mutilated%2520Banknote%2520Line.xml?rev=45538&r1=45537&r2=45538&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Mutilated%20Banknote%20Line.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Mutilated%20Banknote%20Line.xml [utf8] Mon Apr 18 15:17:11 2011
@@ -55,6 +55,10 @@
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>CashDeliveryLine</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_banking_cash/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/bt/revision?rev=45538&r1=45537&r2=45538&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/bt/revision [utf8] Mon Apr 18 15:17:11 2011
@@ -1 +1 @@
-698
\ No newline at end of file
+699
\ No newline at end of file



More information about the Erp5-report mailing list