Commit f9806b85 authored by Jérome Perrin's avatar Jérome Perrin

move expensive and not so usefull columns to more columns

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32553 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 07809c02
......@@ -19,7 +19,6 @@
<string>domain_root_list</string>
<string>domain_tree</string>
<string>editable_columns</string>
<string>lines</string>
<string>list_method</string>
<string>portal_types</string>
<string>report_root_list</string>
......@@ -107,8 +106,24 @@
<string>Mirror</string>
</tuple>
<tuple>
<string>accounting_transaction_line_currency</string>
<string>Currency</string>
<string>AccountModule_getAccountingTransactionCount</string>
<string>Count</string>
</tuple>
<tuple>
<string>debit</string>
<string>Debit</string>
</tuple>
<tuple>
<string>credit</string>
<string>Credit</string>
</tuple>
<tuple>
<string>debit_balance</string>
<string>Debit Balance</string>
</tuple>
<tuple>
<string>credit_balance</string>
<string>Credit Balance</string>
</tuple>
<tuple>
<string>AccountModule_getBalance</string>
......@@ -153,26 +168,6 @@
<string>translated_validation_state_title</string>
<string>State</string>
</tuple>
<tuple>
<string>AccountModule_getAccountingTransactionCount</string>
<string>Count</string>
</tuple>
<tuple>
<string>debit</string>
<string>Debit</string>
</tuple>
<tuple>
<string>credit</string>
<string>Credit</string>
</tuple>
<tuple>
<string>debit_balance</string>
<string>Debit Balance</string>
</tuple>
<tuple>
<string>credit_balance</string>
<string>Credit Balance</string>
</tuple>
</list>
</value>
</item>
......@@ -234,10 +229,6 @@
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>lines</string> </key>
<value> <int>15</int> </value>
</item>
<item>
<key> <string>list_method</string> </key>
<value>
......
1102
\ No newline at end of file
1103
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment