[FIX] account_financial_report: Sort journal ledger by move_id
Without this sort, and using auto-sequence, the numbers of the journal entries may appear unsorted on the journal ledger. Forcing at least this minimum sorting, we assure the items are sorted. TT38775
This commit is contained in:
committed by
chaule97
parent
0c66ecfa7c
commit
1136d89256
@@ -6,7 +6,7 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
"name": "Account Financial Reports",
|
||||
"version": "15.0.1.2.0",
|
||||
"version": "15.0.1.2.1",
|
||||
"category": "Reporting",
|
||||
"summary": "OCA Financial Reports",
|
||||
"author": "Camptocamp SA,"
|
||||
|
||||
Reference in New Issue
Block a user