From 43e1e02629577cb4fbf2a2382272513b01ff55e7 Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Wed, 8 Sep 2004 13:06:18 +0000
Subject: [PATCH] Renamed from account_template_view.form to
 AccountTemplate_view.form.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1582 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 ...plate_view.form => AccountTemplate_view.form} | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)
 rename product/ERP5/skins/erp5_accounting/{account_template_view.form => AccountTemplate_view.form} (83%)

diff --git a/product/ERP5/skins/erp5_accounting/account_template_view.form b/product/ERP5/skins/erp5_accounting/AccountTemplate_view.form
similarity index 83%
rename from product/ERP5/skins/erp5_accounting/account_template_view.form
rename to product/ERP5/skins/erp5_accounting/AccountTemplate_view.form
index 5952448786..cbc82a6fae 100755
--- a/product/ERP5/skins/erp5_accounting/account_template_view.form
+++ b/product/ERP5/skins/erp5_accounting/AccountTemplate_view.form
@@ -5,9 +5,13 @@
   <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>
+  <encoding>UTF-8</encoding>
+  <stored_encoding>UTF-8</stored_encoding>
+  <unicode_mode>false</unicode_mode>
   <groups>
     <group>
       <title>left</title>
@@ -27,6 +31,7 @@
 
       <field><id>listbox</id> <type>ListBox</type>
         <values>
+          <Base_viewSearchResultList type="int">1</Base_viewSearchResultList>
           <all_columns type="list">[]</all_columns>
           <all_editable_columns type="list">[]</all_editable_columns>
           <alternate_name></alternate_name>
@@ -37,29 +42,34 @@
           <description></description>
           <domain_root_list type="list">[]</domain_root_list>
           <domain_tree type="int">1</domain_tree>
+          <editable type="int">1</editable>
           <editable_columns type="list">[]</editable_columns>
           <editable_expression></editable_expression>
           <editable_permission type="list">[]</editable_permission>
           <editable_role type="list">[]</editable_role>
+          <enabled type="int">1</enabled>
           <external_validator></external_validator>
           <global_attributes type="list">[]</global_attributes>
           <hidden type="int">0</hidden>
           <lines type="int">25</lines>
           <list_action>list</list_action>
-          <list_method type="method">sql_stock_account_parent</list_method>
+          <list_method type="method">Sql_zStockAccountParent</list_method>
           <meta_types type="list">[]</meta_types>
           <not_viewable type="int">0</not_viewable>
           <portal_types type="list">[('Accounting Transaction', 'Accounting Transaction'), ('Purchase Invoice Transaction', 'Purchase Invoice Transaction'), ('Sale Invoice Transaction', 'Sale Invoice Transaction')]</portal_types>
           <read_only type="int">0</read_only>
           <report_root_list type="list">[]</report_root_list>
           <report_tree type="int">0</report_tree>
-          <search type="int">1</search>
+          <search></search>
           <search_columns type="list">[]</search_columns>
           <select type="int">1</select>
           <selection_name>account_selection</selection_name>
           <sort type="list">[]</sort>
+          <sort_columns></sort_columns>
+          <stat_columns></stat_columns>
           <stat_method></stat_method>
           <title>Transactions concerned by this account</title>
+          <url_columns></url_columns>
           <viewable_expression></viewable_expression>
           <viewable_permission type="list">[]</viewable_permission>
           <viewable_role type="list">[]</viewable_role>
-- 
2.30.9