Commit 4581ab85 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_item: Change listbox in Item_getTrackingList to sort by date and display...

erp5_item: Change listbox in Item_getTrackingList to sort by date and display time in the date column

In this way is easier to follow and check where is the item
parent ff54e3c1
......@@ -141,7 +141,7 @@
<value>
<list>
<tuple>
<string>int_index</string>
<string>date</string>
<string>ascending</string>
</tuple>
</list>
......
......@@ -9,7 +9,9 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>date_only</string>
</list>
</value>
</item>
<item>
......@@ -69,6 +71,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>date_only</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_view_mode_listbox_date</string> </value>
......
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