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 @@
<value>
<list>
<tuple>
<string>date</string>
<string>Date</string>
<string>stock.date</string>
<string>DESC</string>
</tuple>
<tuple>
<string>stock.uid</string>
<string>DESC</string>
</tuple>
</list>
</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