Skip to content
Snippets Groups Projects
Commit 36d2643e authored by Akim Juillerat's avatar Akim Juillerat
Browse files

account: Fix journal dashboard graph query order


As the query results are set in a list of dicts relying on the
position of the dicts inside the list, the SQL query must ensure
the results returned by postgres are ordered properly so that it
will match the order in which the dicts are defined inside the list.

closes odoo/odoo#81966

X-original-commit: bac93bf5
Signed-off-by: default avatarLaurent Smet <las@odoo.com>
parent 911a178c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment