From 8c40bdd410811fdf876fec62fdcf49529a38e154 Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Wed, 22 Apr 2015 18:20:49 +0200 Subject: [PATCH] [FIX] account_cancel: reload whole bank statement on transaction canceling When canceling a bank.statement.line of a bank.statement ready to be closed (all lines reconciled, reconcile button hidden and close button visible) The form wasn't reloaded, and the reconcile button was not displayed after having cancel the statement line opw-632063 --- addons/account_cancel/account_cancel_view.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/addons/account_cancel/account_cancel_view.xml b/addons/account_cancel/account_cancel_view.xml index fa23b911982..af094697de2 100644 --- a/addons/account_cancel/account_cancel_view.xml +++ b/addons/account_cancel/account_cancel_view.xml @@ -39,6 +39,9 @@ account.bank.statement + + {'reload_on_button': true} +