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

remove id from more columns, add reference instead

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32439 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0ee6759a
......@@ -318,10 +318,6 @@
<key> <string>all_columns</string> </key>
<value>
<list>
<tuple>
<string>id</string>
<string>ID</string>
</tuple>
<tuple>
<string>gap_title</string>
<string>GAP</string>
......@@ -346,6 +342,10 @@
<string>AccountModule_getNormalBalance</string>
<string>Normal Balance</string>
</tuple>
<tuple>
<string>reference</string>
<string>Reference</string>
</tuple>
<tuple>
<string>creation_date</string>
<string>Creation Date</string>
......@@ -578,10 +578,6 @@
<key> <string>search_columns</string> </key>
<value>
<list>
<tuple>
<string>id</string>
<string>id</string>
</tuple>
<tuple>
<string>gap_title</string>
<string>GAP</string>
......@@ -598,6 +594,10 @@
<string>translated_validation_state_title</string>
<string>State</string>
</tuple>
<tuple>
<string>reference</string>
<string>Reference</string>
</tuple>
<tuple>
<string>creation_date</string>
<string>Creation Date</string>
......
1099
\ No newline at end of file
1100
\ 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