[IMP] account_statement_import_online_gocardless: Button conditional visibility

This commit is contained in:
Pedro M. Baeza
2024-04-22 14:16:35 +02:00
committed by Enric Tobella
parent 91e78cdb52
commit 903c321dbb

View File

@@ -39,6 +39,7 @@
<button
name="action_select_gocardless_bank"
string="Select Bank Account Identifier"
attrs="{'invisible': ['|', ('username', '=', False), ('password', '=', False)]}"
type="object"
/>
</group>