From 44b537b1a95ef74d1e690f0890ce271308b3b6fe Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Mon, 18 Apr 2011 13:33:58 +0000 Subject: [PATCH] Forcibly migrate type_class on all portal types. For export format stability. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45540 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../PortalTypeTemplateItem/portal_types/Cash%20Container.xml | 4 ++++ .../Cash%20Movement%20New%20Not%20Emitted%20Container.xml | 4 ++++ .../Cash%20Movement%20New%20Not%20Emitted%20Line.xml | 4 ++++ .../portal_types/Cash%20Movement%20New%20Not%20Emitted.xml | 4 ++++ .../portal_types/Classification%20Survey.xml | 4 ++++ .../portal_types/Destruction%20Survey.xml | 4 ++++ .../portal_types/Exchanged%20Mutilated%20Banknote%20Line.xml | 4 ++++ .../portal_types/Historical%20Operation.xml | 4 ++++ .../portal_types/Incoming%20Cash%20Exchange%20Line.xml | 4 ++++ .../Incoming%20Classification%20Survey%20Line.xml | 4 ++++ .../portal_types/Incoming%20Mutilated%20Banknote%20Line.xml | 4 ++++ .../portal_types/Internal%20Money%20Payment.xml | 4 ++++ .../portal_types/Money%20Deposit%20Rendering.xml | 4 ++++ .../portal_types/Outgoing%20Cash%20Exchange%20Line.xml | 4 ++++ .../Outgoing%20Classification%20Survey%20Cell.xml | 4 ++++ .../Outgoing%20Classification%20Survey%20Line.xml | 4 ++++ .../portal_types/Outgoing%20Mutilated%20Banknote%20Line.xml | 4 ++++ bt5/erp5_banking_cash/bt/revision | 2 +- .../PortalTypeTemplateItem/portal_types/Check%20Deposit.xml | 4 ++++ .../portal_types/Incoming%20Check%20Deposit%20Line.xml | 4 ++++ .../portal_types/Outgoing%20Check%20Deposit%20Line.xml | 4 ++++ .../PortalTypeTemplateItem/portal_types/Stop%20Payment.xml | 4 ++++ .../portal_types/Traveler%20Check%20Purchase.xml | 4 ++++ .../portal_types/Traveler%20Check%20Sale.xml | 4 ++++ bt5/erp5_banking_check/bt/revision | 2 +- .../portal_types/Check%20Model%20Type%20Variation.xml | 4 ++++ .../portal_types/Check%20Operation%20Line.xml | 4 ++++ bt5/erp5_banking_core/bt/revision | 2 +- 28 files changed, 103 insertions(+), 3 deletions(-) diff --git a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Container.xml b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Container.xml index 1817e804c8..6f78702149 100644 --- a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Container.xml +++ b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Container.xml @@ -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> diff --git a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted%20Container.xml b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted%20Container.xml index 4907349d85..ecbb5dbcbe 100644 --- a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted%20Container.xml +++ b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted%20Container.xml @@ -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> diff --git a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted%20Line.xml b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted%20Line.xml index 7b4c808c1a..fb4159025f 100644 --- a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted%20Line.xml +++ b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted%20Line.xml @@ -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> diff --git a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted.xml b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted.xml index fb78dc5e9a..1fb82aef7b 100644 --- a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted.xml +++ b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Cash%20Movement%20New%20Not%20Emitted.xml @@ -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> diff --git a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Classification%20Survey.xml b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Classification%20Survey.xml index 8f6b6f87f3..8f98ffb990 100644 --- a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Classification%20Survey.xml +++ b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Classification%20Survey.xml @@ -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> diff --git a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Destruction%20Survey.xml b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Destruction%20Survey.xml index 2f6d05e096..3bbe104eef 100644 --- a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Destruction%20Survey.xml +++ b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Destruction%20Survey.xml @@ -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> diff --git a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Exchanged%20Mutilated%20Banknote%20Line.xml b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Exchanged%20Mutilated%20Banknote%20Line.xml index b455c474a4..189b7564d0 100644 --- a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Exchanged%20Mutilated%20Banknote%20Line.xml +++ b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Exchanged%20Mutilated%20Banknote%20Line.xml @@ -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> diff --git a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Historical%20Operation.xml b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Historical%20Operation.xml index 9177107826..9a47468adb 100644 --- a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Historical%20Operation.xml +++ b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Historical%20Operation.xml @@ -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> diff --git a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Cash%20Exchange%20Line.xml b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Cash%20Exchange%20Line.xml index 265d69feb6..e5710a8abc 100644 --- a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Cash%20Exchange%20Line.xml +++ b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Cash%20Exchange%20Line.xml @@ -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> diff --git a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Classification%20Survey%20Line.xml b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Classification%20Survey%20Line.xml index 3d5336cecf..bf2a2b0e9e 100644 --- a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Classification%20Survey%20Line.xml +++ b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Classification%20Survey%20Line.xml @@ -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> diff --git a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Mutilated%20Banknote%20Line.xml b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Mutilated%20Banknote%20Line.xml index 281e09f5a3..3e80251ebb 100644 --- a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Mutilated%20Banknote%20Line.xml +++ b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Incoming%20Mutilated%20Banknote%20Line.xml @@ -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> diff --git a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Internal%20Money%20Payment.xml b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Internal%20Money%20Payment.xml index c7830de804..b80e4bfeaf 100644 --- a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Internal%20Money%20Payment.xml +++ b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Internal%20Money%20Payment.xml @@ -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> diff --git a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Money%20Deposit%20Rendering.xml b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Money%20Deposit%20Rendering.xml index 6b21d1d363..dd3bdab525 100644 --- a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Money%20Deposit%20Rendering.xml +++ b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Money%20Deposit%20Rendering.xml @@ -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> diff --git a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Cash%20Exchange%20Line.xml b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Cash%20Exchange%20Line.xml index f1de497080..404a755d65 100644 --- a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Cash%20Exchange%20Line.xml +++ b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Cash%20Exchange%20Line.xml @@ -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> diff --git a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Classification%20Survey%20Cell.xml b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Classification%20Survey%20Cell.xml index 2a277d9d38..33d5747a78 100644 --- a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Classification%20Survey%20Cell.xml +++ b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Classification%20Survey%20Cell.xml @@ -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> diff --git a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Classification%20Survey%20Line.xml b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Classification%20Survey%20Line.xml index e8f1e06d12..7729180d70 100644 --- a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Classification%20Survey%20Line.xml +++ b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Classification%20Survey%20Line.xml @@ -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> diff --git a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Mutilated%20Banknote%20Line.xml b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Mutilated%20Banknote%20Line.xml index 6c6d87c5f3..eacc54e335 100644 --- a/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Mutilated%20Banknote%20Line.xml +++ b/bt5/erp5_banking_cash/PortalTypeTemplateItem/portal_types/Outgoing%20Mutilated%20Banknote%20Line.xml @@ -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> diff --git a/bt5/erp5_banking_cash/bt/revision b/bt5/erp5_banking_cash/bt/revision index 0e46c90894..b775c5e152 100644 --- a/bt5/erp5_banking_cash/bt/revision +++ b/bt5/erp5_banking_cash/bt/revision @@ -1 +1 @@ -698 \ No newline at end of file +699 \ No newline at end of file diff --git a/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%20Deposit.xml b/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%20Deposit.xml index 90eea60334..e4a799c74a 100644 --- a/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%20Deposit.xml +++ b/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%20Deposit.xml @@ -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> diff --git a/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Incoming%20Check%20Deposit%20Line.xml b/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Incoming%20Check%20Deposit%20Line.xml index a91f911cf2..fb61bc49a7 100644 --- a/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Incoming%20Check%20Deposit%20Line.xml +++ b/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Incoming%20Check%20Deposit%20Line.xml @@ -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> diff --git a/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Outgoing%20Check%20Deposit%20Line.xml b/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Outgoing%20Check%20Deposit%20Line.xml index 841137d520..76f7a356a9 100644 --- a/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Outgoing%20Check%20Deposit%20Line.xml +++ b/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Outgoing%20Check%20Deposit%20Line.xml @@ -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> diff --git a/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Stop%20Payment.xml b/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Stop%20Payment.xml index 049c15d878..7a624dc706 100644 --- a/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Stop%20Payment.xml +++ b/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Stop%20Payment.xml @@ -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> diff --git a/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Purchase.xml b/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Purchase.xml index 5cf4f8e706..d80a968aab 100644 --- a/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Purchase.xml +++ b/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Purchase.xml @@ -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> diff --git a/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Sale.xml b/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Sale.xml index e7cbf542d2..b67f6b72c6 100644 --- a/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Sale.xml +++ b/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Sale.xml @@ -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> diff --git a/bt5/erp5_banking_check/bt/revision b/bt5/erp5_banking_check/bt/revision index 84fa17bc22..4f09af7132 100644 --- a/bt5/erp5_banking_check/bt/revision +++ b/bt5/erp5_banking_check/bt/revision @@ -1 +1 @@ -491 +492 \ No newline at end of file diff --git a/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Check%20Model%20Type%20Variation.xml b/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Check%20Model%20Type%20Variation.xml index 2a74097d1b..d6142480d6 100644 --- a/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Check%20Model%20Type%20Variation.xml +++ b/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Check%20Model%20Type%20Variation.xml @@ -50,6 +50,10 @@ <key> <string>title</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>type_class</string> </key> + <value> <string>Variation</string> </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Check%20Operation%20Line.xml b/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Check%20Operation%20Line.xml index 40db28f5c3..325820e6f1 100644 --- a/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Check%20Operation%20Line.xml +++ b/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Check%20Operation%20Line.xml @@ -54,6 +54,10 @@ <key> <string>title</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>type_class</string> </key> + <value> <string>CheckOperationLine</string> </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_banking_core/bt/revision b/bt5/erp5_banking_core/bt/revision index bc6a950bff..83be903e06 100644 --- a/bt5/erp5_banking_core/bt/revision +++ b/bt5/erp5_banking_core/bt/revision @@ -1 +1 @@ -569 \ No newline at end of file +570 \ No newline at end of file -- 2.30.9