Cédric Krier pushed to branch branch/default at Tryton / Tryton
Commits: 898ada1d by Cédric Krier at 2023-02-16T21:01:10+01:00 Order FEC lines by posted date first Closes #7779 - - - - - 1 changed file: - modules/account_fr/account.py Changes: ===================================== modules/account_fr/account.py ===================================== @@ -311,6 +311,7 @@ return Line.search( domain, order=[ + ('move.post_date', 'ASC'), ('move.post_number', 'ASC'), ('id', 'ASC'), ]) View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/commit/898ada1d40173616e801cf579ce449bdb27501ce -- View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/commit/898ada1d40173616e801cf579ce449bdb27501ce You're receiving this email because of your account on foss.heptapod.net.