mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 12:42:04 +00:00
[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:
parent
8cb03ef5d4
commit
604ce31ae1
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user