Commit 9ce2a212 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_core: Display language by default in "Documents" listbox

When we have more than one language and many documents with same reference but with different language, the first impression is that we have many duplicated documents.

Display the language, we can easily detect that we have same reference to different languages.
parent 711655da
......@@ -116,10 +116,6 @@
<key> <string>all_columns</string> </key>
<value>
<list>
<tuple>
<string>language</string>
<string>Language</string>
</tuple>
<tuple>
<string>revision</string>
<string>Revision</string>
......@@ -185,6 +181,10 @@
<string>version</string>
<string>Version</string>
</tuple>
<tuple>
<string>language</string>
<string>Language</string>
</tuple>
<tuple>
<string>description</string>
<string>Description</string>
......
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