From 6fff12cb62400dcdcd3111404d35f3a7597b0c41 Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Wed, 8 Sep 2004 13:06:32 +0000 Subject: [PATCH] Renamed from account_view.form to Account_view.form. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1583 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../{account_view.form => Account_view.form} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename product/ERP5/skins/erp5_accounting/{account_view.form => Account_view.form} (96%) diff --git a/product/ERP5/skins/erp5_accounting/account_view.form b/product/ERP5/skins/erp5_accounting/Account_view.form similarity index 96% rename from product/ERP5/skins/erp5_accounting/account_view.form rename to product/ERP5/skins/erp5_accounting/Account_view.form index 670b567a26..8e864079d5 100755 --- a/product/ERP5/skins/erp5_accounting/account_view.form +++ b/product/ERP5/skins/erp5_accounting/Account_view.form @@ -5,7 +5,7 @@ <row_length>4</row_length> <name>accounting_transaction_list</name> <pt>form_view</pt> - <action>base_edit</action> + <action>Base_edit</action> <update_action></update_action> <method>POST</method> <enctype></enctype> @@ -114,7 +114,7 @@ <whitespace_preserve type="int">0</whitespace_preserve> </values> <tales> - <items>python: here.getAccountPcgItemList()</items> + <items>python: here.Account_getPcgItemList()</items> </tales> <messages> <message name="external_validator_failed">The input failed the external validator.</message> @@ -143,7 +143,7 @@ <whitespace_preserve type="int">0</whitespace_preserve> </values> <tales> - <items>here/portal_categories/account_type/getCategoryChildTitleItemList</items> + <items>python:here.portal_categories.account_type.getCategoryChildTitleItemList(base=0)</items> </tales> <messages> <message name="external_validator_failed">The input failed the external validator.</message> @@ -195,7 +195,7 @@ <extra></extra> <height type="int">5</height> <hidden type="int">0</hidden> - <jump_method>base_jump_relation</jump_method> + <jump_method>Base_jumpToRelatedDocument</jump_method> <max_length></max_length> <max_linelength></max_linelength> <max_lines></max_lines> @@ -204,7 +204,7 @@ <required type="int">0</required> <title>Mirror account</title> <unicode type="int">0</unicode> - <update_method>base_update_relation</update_method> + <update_method>Base_updateRelation</update_method> <view_separator><br /></view_separator> <whitespace_preserve type="int">0</whitespace_preserve> <width type="int">40</width> @@ -271,4 +271,4 @@ </fields> </group> </groups> -</form> +</form> \ No newline at end of file -- 2.30.9