From d4b7220f9d8b9ecb3028654b75b53bc924172e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Mon, 29 May 2006 09:05:23 +0000 Subject: [PATCH] style changes + update version git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7520 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_types/Bank%20Account%20Inventory/view.xml | 10 ++-------- ...ccountInventoryLine_getBankAccountCurrencyTitle.xml | 4 +++- .../BankAccountInventoryLine_getBankAccountNumber.xml | 4 +++- .../CashInventory_viewLineFastInputDialog.xml | 4 +++- bt5/erp5_banking_inventory/bt/version | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bt5/erp5_banking_inventory/ActionTemplateItem/portal_types/Bank%20Account%20Inventory/view.xml b/bt5/erp5_banking_inventory/ActionTemplateItem/portal_types/Bank%20Account%20Inventory/view.xml index 967e5e56e0..883a139448 100644 --- a/bt5/erp5_banking_inventory/ActionTemplateItem/portal_types/Bank%20Account%20Inventory/view.xml +++ b/bt5/erp5_banking_inventory/ActionTemplateItem/portal_types/Bank%20Account%20Inventory/view.xml @@ -4,20 +4,14 @@ <pickle> <tuple> <tuple> - <string>Products.CMFCore.ActionInformation</string> - <string>ActionInformation</string> + <string>Products.ERP5Type.patches.ActionInformation</string> + <string>PatchedActionInformation</string> </tuple> <none/> </tuple> </pickle> <pickle> <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>action</string> </key> <value> diff --git a/bt5/erp5_banking_inventory/SkinTemplateItem/portal_skins/erp5_banking_inventory/BankAccountInventoryLine_getBankAccountCurrencyTitle.xml b/bt5/erp5_banking_inventory/SkinTemplateItem/portal_skins/erp5_banking_inventory/BankAccountInventoryLine_getBankAccountCurrencyTitle.xml index e5a6e34f44..bcdf3c0aa4 100644 --- a/bt5/erp5_banking_inventory/SkinTemplateItem/portal_skins/erp5_banking_inventory/BankAccountInventoryLine_getBankAccountCurrencyTitle.xml +++ b/bt5/erp5_banking_inventory/SkinTemplateItem/portal_skins/erp5_banking_inventory/BankAccountInventoryLine_getBankAccountCurrencyTitle.xml @@ -14,7 +14,9 @@ <dictionary> <item> <key> <string>Python_magic</string> </key> - <value> <string encoding="base64">bfINCg==</string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>Script_magic</string> </key> diff --git a/bt5/erp5_banking_inventory/SkinTemplateItem/portal_skins/erp5_banking_inventory/BankAccountInventoryLine_getBankAccountNumber.xml b/bt5/erp5_banking_inventory/SkinTemplateItem/portal_skins/erp5_banking_inventory/BankAccountInventoryLine_getBankAccountNumber.xml index 04ad5988e1..9620b2b82f 100644 --- a/bt5/erp5_banking_inventory/SkinTemplateItem/portal_skins/erp5_banking_inventory/BankAccountInventoryLine_getBankAccountNumber.xml +++ b/bt5/erp5_banking_inventory/SkinTemplateItem/portal_skins/erp5_banking_inventory/BankAccountInventoryLine_getBankAccountNumber.xml @@ -14,7 +14,9 @@ <dictionary> <item> <key> <string>Python_magic</string> </key> - <value> <string encoding="base64">bfINCg==</string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>Script_magic</string> </key> diff --git a/bt5/erp5_banking_inventory/SkinTemplateItem/portal_skins/erp5_banking_inventory/CashInventory_viewLineFastInputDialog.xml b/bt5/erp5_banking_inventory/SkinTemplateItem/portal_skins/erp5_banking_inventory/CashInventory_viewLineFastInputDialog.xml index 8a0975f49b..04c602ad95 100644 --- a/bt5/erp5_banking_inventory/SkinTemplateItem/portal_skins/erp5_banking_inventory/CashInventory_viewLineFastInputDialog.xml +++ b/bt5/erp5_banking_inventory/SkinTemplateItem/portal_skins/erp5_banking_inventory/CashInventory_viewLineFastInputDialog.xml @@ -14,7 +14,9 @@ <dictionary> <item> <key> <string>Python_magic</string> </key> - <value> <string encoding="base64">bfINCg==</string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>Script_magic</string> </key> diff --git a/bt5/erp5_banking_inventory/bt/version b/bt5/erp5_banking_inventory/bt/version index 490f510fc2..0e2c93950b 100644 --- a/bt5/erp5_banking_inventory/bt/version +++ b/bt5/erp5_banking_inventory/bt/version @@ -1 +1 @@ -0.6 \ No newline at end of file +0.7 \ No newline at end of file -- 2.30.9