From 3d3746bf49278488f74e915e61c682e37ed43168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Thu, 6 Nov 2008 15:05:32 +0000 Subject: [PATCH] don't use fast parameter in widget fix some widgets tales git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24509 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../listbox_total_price.xml | 18 ++++++------------ .../listbox_source_total_asset_price.xml | 16 +++++----------- .../VaultTransfer_view/listbox_total_price.xml | 16 +++++----------- bt5/erp5_banking_cash/bt/revision | 2 +- 4 files changed, 17 insertions(+), 35 deletions(-) diff --git a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/InternalMoneyPayment_view/listbox_total_price.xml b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/InternalMoneyPayment_view/listbox_total_price.xml index 6485590c7a..7a5595b7c9 100644 --- a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/InternalMoneyPayment_view/listbox_total_price.xml +++ b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/InternalMoneyPayment_view/listbox_total_price.xml @@ -226,7 +226,7 @@ </item> <item> <key> <string>extra</string> </key> - <value> <string>align="left"</string> </value> + <value> <string></string> </value> </item> <item> <key> <string>hidden</string> </key> @@ -261,18 +261,15 @@ <record id="2" aka="AAAAAAAAAAI="> <pickle> <tuple> - <tuple> - <string>Products.Formulator.TALESField</string> - <string>TALESMethod</string> - </tuple> - <none/> + <global name="TALESMethod" module="Products.Formulator.TALESField"/> + <tuple/> </tuple> </pickle> <pickle> <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python: int(here.getTotalPrice())</string> </value> + <value> <string>python: int(here.getTotalPrice(fast=0))</string> </value> </item> </dictionary> </pickle> @@ -280,11 +277,8 @@ <record id="3" aka="AAAAAAAAAAM="> <pickle> <tuple> - <tuple> - <string>Products.Formulator.TALESField</string> - <string>TALESMethod</string> - </tuple> - <none/> + <global name="TALESMethod" module="Products.Formulator.TALESField"/> + <tuple/> </tuple> </pickle> <pickle> diff --git a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/VaultTransferModule_viewVaultTransferList/listbox_source_total_asset_price.xml b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/VaultTransferModule_viewVaultTransferList/listbox_source_total_asset_price.xml index 0d7fa8989f..7b7391de28 100644 --- a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/VaultTransferModule_viewVaultTransferList/listbox_source_total_asset_price.xml +++ b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/VaultTransferModule_viewVaultTransferList/listbox_source_total_asset_price.xml @@ -261,11 +261,8 @@ <record id="2" aka="AAAAAAAAAAI="> <pickle> <tuple> - <tuple> - <string>Products.Formulator.TALESField</string> - <string>TALESMethod</string> - </tuple> - <none/> + <global name="TALESMethod" module="Products.Formulator.TALESField"/> + <tuple/> </tuple> </pickle> <pickle> @@ -280,18 +277,15 @@ <record id="3" aka="AAAAAAAAAAM="> <pickle> <tuple> - <tuple> - <string>Products.Formulator.TALESField</string> - <string>TALESMethod</string> - </tuple> - <none/> + <global name="TALESMethod" module="Products.Formulator.TALESField"/> + <tuple/> </tuple> </pickle> <pickle> <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python: cell.getResourceValue().getQuantityPrecision()</string> </value> + <value> <string>python: here.getResourceValue().getQuantityPrecision()</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/VaultTransfer_view/listbox_total_price.xml b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/VaultTransfer_view/listbox_total_price.xml index ad5e4a187f..4a2b6d8124 100644 --- a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/VaultTransfer_view/listbox_total_price.xml +++ b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/VaultTransfer_view/listbox_total_price.xml @@ -261,11 +261,8 @@ <record id="2" aka="AAAAAAAAAAI="> <pickle> <tuple> - <tuple> - <string>Products.Formulator.TALESField</string> - <string>TALESMethod</string> - </tuple> - <none/> + <global name="TALESMethod" module="Products.Formulator.TALESField"/> + <tuple/> </tuple> </pickle> <pickle> @@ -280,18 +277,15 @@ <record id="3" aka="AAAAAAAAAAM="> <pickle> <tuple> - <tuple> - <string>Products.Formulator.TALESField</string> - <string>TALESMethod</string> - </tuple> - <none/> + <global name="TALESMethod" module="Products.Formulator.TALESField"/> + <tuple/> </tuple> </pickle> <pickle> <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python: here.getResourceValue().getQuantityPrecision()</string> </value> + <value> <string>python: cell.getResourceValue().getQuantityPrecision()</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_banking_cash/bt/revision b/bt5/erp5_banking_cash/bt/revision index 837f72e62a..e2756006da 100644 --- a/bt5/erp5_banking_cash/bt/revision +++ b/bt5/erp5_banking_cash/bt/revision @@ -1 +1 @@ -643 \ No newline at end of file +644 \ No newline at end of file -- 2.30.9