details:   https://code.tryton.org/tryton/commit/cf7a13c86aed
branch:    default
user:      Cédric Krier <[email protected]>
date:      Mon Jan 05 23:58:44 2026 +0100
description:
        Always switch to the next account party when lines have been reconciled

        Closes #14467
diffstat:

 modules/account/move.py |  5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diffs (15 lines):

diff -r f447b0216ae7 -r cf7a13c86aed modules/account/move.py
--- a/modules/account/move.py   Wed Jan 14 14:47:25 2026 +0100
+++ b/modules/account/move.py   Mon Jan 05 23:58:44 2026 +0100
@@ -2475,11 +2475,6 @@
                 date=self.show.date,
                 writeoff=self.show.write_off,
                 description=self.show.description)
-
-        if self.get_currencies(
-                self.show.account, self.show.party,
-                currency=self.show.currency):
-            return 'show'
         return 'next_'
 
 

Reply via email to