From 4e0073ced054beaab560f8a85219124225387794 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Tue, 14 Nov 2023 13:54:28 +0100 Subject: [PATCH] [FIX] account_statement_import_online: Change pull button visibility You may have an old value on online_bank_statement_provider, but switched to another source, and thus, the button is still visible, which is not correct. Let's use the source selection as the invisible modifier. --- account_statement_import_online/views/account_journal.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_statement_import_online/views/account_journal.xml b/account_statement_import_online/views/account_journal.xml index 980442889..8c43b5e6b 100644 --- a/account_statement_import_online/views/account_journal.xml +++ b/account_statement_import_online/views/account_journal.xml @@ -53,7 +53,7 @@