[IMP]remove SWIFT 3Skey support from UI

These fields should be restored after implementation of SWIFT SConnect.
SWIFT 3Skey certificates can be imported into account_ebics and used
for download purposes but there is little value in this.
Hence it's better to remove it for the time being.
This commit is contained in:
Luc De Meyer 2024-01-19 15:17:57 +01:00
parent 17dae25f1e
commit cb838145c2

View File

@ -118,6 +118,7 @@
widget="many2many_tags"
options="{'no_create': True}"
/>
<!-- TODO: restore these fields after implementation of SWIFT SConnect
<field
name="swift_3skey"
attrs="{'invisible': [('signature_class', '=', 'T')]}"
@ -128,6 +129,7 @@
filename="swift_3skey_certificate_fn"
attrs="{'invisible': [('swift_3skey', '=', False)], 'required': [('swift_3skey', '=', True)]}"
/>
-->
<field name="ebics_key_x509" />
</group>
</group>