From b4b1c4d34bdc5eefad4c3a9a287f836034518bd6 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Tue, 14 Nov 2023 13:54:28 +0100 Subject: [PATCH 1/2] [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 7d32808d3..a1fdbd56c 100644 --- a/account_statement_import_online/views/account_journal.xml +++ b/account_statement_import_online/views/account_journal.xml @@ -53,7 +53,7 @@