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

pdm: display Stock's Movement history in reverse chronological order

this semantically re-applies 14831fae (erp5_pdm: show first newest
movement in movement history dialog, 2023-06-24) by using the listbox
configuration.
parent 07496d63
...@@ -501,8 +501,12 @@ ...@@ -501,8 +501,12 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>date</string> <string>stock.date</string>
<string>Date</string> <string>DESC</string>
</tuple>
<tuple>
<string>stock.uid</string>
<string>DESC</string>
</tuple> </tuple>
</list> </list>
</value> </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