From c5b73b5c89041f26749b77eadfcb9a265f26a35f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Mon, 11 Jun 2007 10:32:56 +0000 Subject: [PATCH] 2006-06-11 aurel * still removing money deposit transfer git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14768 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../allowed_content_types.xml | 6 - ...tTransfer_viewMoneyDepositTransferList.xml | 137 ------------------ bt5/erp5_banking_cash/bt/revision | 2 +- ...late_portal_type_allowed_content_type_list | 2 - 4 files changed, 1 insertion(+), 146 deletions(-) delete mode 100644 bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/MoneyDepositTransfer_viewMoneyDepositTransferList.xml diff --git a/bt5/erp5_banking_cash/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml b/bt5/erp5_banking_cash/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml index 42bbbcfc8c..1518d7c086 100644 --- a/bt5/erp5_banking_cash/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml +++ b/bt5/erp5_banking_cash/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml @@ -208,12 +208,6 @@ <portal_type id="Money Deposit Rendering Module"> <item>Money Deposit Rendering</item> </portal_type> - <portal_type id="Money Deposit Transfer"> - <item>Cash Delivery Line</item> - </portal_type> - <portal_type id="Money Deposit Transfer Module"> - <item>Money Deposit Transfer</item> - </portal_type> <portal_type id="Mutilated Banknote"> <item>Incoming Mutilated Banknote Line</item> <item>Outgoing Mutilated Banknote Line</item> diff --git a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/MoneyDepositTransfer_viewMoneyDepositTransferList.xml b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/MoneyDepositTransfer_viewMoneyDepositTransferList.xml deleted file mode 100644 index 667437cba8..0000000000 --- a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/MoneyDepositTransfer_viewMoneyDepositTransferList.xml +++ /dev/null @@ -1,137 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ERP5Form" module="Products.ERP5Form.Form"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>_bind_names</string> </key> - <value> - <object> - <klass> - <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> - </klass> - <tuple/> - <state> - <dictionary> - <item> - <key> <string>_asgns</string> </key> - <value> - <dictionary/> - </value> - </item> - </dictionary> - </state> - </object> - </value> - </item> - <item> - <key> <string>_objects</string> </key> - <value> - <tuple/> - </value> - </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> <string>Base_doSelect</string> </value> - </item> - <item> - <key> <string>encoding</string> </key> - <value> <string>UTF-8</string> </value> - </item> - <item> - <key> <string>enctype</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>group_list</string> </key> - <value> - <list> - <string>Default</string> - <string>hidden</string> - </list> - </value> - </item> - <item> - <key> <string>groups</string> </key> - <value> - <dictionary> - <item> - <key> <string>Default</string> </key> - <value> - <list> - <string>listbox</string> - </list> - </value> - </item> - <item> - <key> <string>hidden</string> </key> - <value> - <list> - <string>listbox_source_logical_path</string> - <string>listbox_destination_logical_path</string> - <string>listbox_source_total_asset_price</string> - <string>listbox_delivery_start_date</string> - </list> - </value> - </item> - </dictionary> - </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>MoneyDepositTransfer_viewMoneyDepositTransferList</string> </value> - </item> - <item> - <key> <string>method</string> </key> - <value> <string>POST</string> </value> - </item> - <item> - <key> <string>name</string> </key> - <value> <string>MoneyDepositTransferModule_viewMoneyDepositTransferList</string> </value> - </item> - <item> - <key> <string>pt</string> </key> - <value> <string>form_list</string> </value> - </item> - <item> - <key> <string>row_length</string> </key> - <value> <int>4</int> </value> - </item> - <item> - <key> <string>stored_encoding</string> </key> - <value> <string>UTF-8</string> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Money Deposit Transfers</string> </value> - </item> - <item> - <key> <string>unicode_mode</string> </key> - <value> <int>0</int> </value> - </item> - <item> - <key> <string>update_action</string> </key> - <value> <string></string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_banking_cash/bt/revision b/bt5/erp5_banking_cash/bt/revision index 387c46fdec..235adf8bd8 100644 --- a/bt5/erp5_banking_cash/bt/revision +++ b/bt5/erp5_banking_cash/bt/revision @@ -1 +1 @@ -346 \ No newline at end of file +349 \ No newline at end of file diff --git a/bt5/erp5_banking_cash/bt/template_portal_type_allowed_content_type_list b/bt5/erp5_banking_cash/bt/template_portal_type_allowed_content_type_list index 2efe3c4fd6..a142a89647 100644 --- a/bt5/erp5_banking_cash/bt/template_portal_type_allowed_content_type_list +++ b/bt5/erp5_banking_cash/bt/template_portal_type_allowed_content_type_list @@ -77,8 +77,6 @@ Monetary Survey | Cash Delivery Line Money Deposit Module | Money Deposit Money Deposit Rendering Module | Money Deposit Rendering Money Deposit Rendering | Cash Delivery Line -Money Deposit Transfer Module | Money Deposit Transfer -Money Deposit Transfer | Cash Delivery Line Money Deposit | Banking Operation Line Money Deposit | Cash Delivery Line Mutilated Banknote Module | Mutilated Banknote -- 2.30.9