mirror of
https://github.com/brain-tec/account_ebics.git
synced 2025-08-13 22:25:35 +00:00
[FIX] account_ebics: Warning two fields have same label
This commit is contained in:
@@ -107,7 +107,7 @@ class EbicsUserID(models.Model):
|
||||
"by means of the SWIFT 3SKey token.",
|
||||
)
|
||||
swift_3skey_certificate = fields.Binary(string="3SKey Certficate")
|
||||
swift_3skey_certificate_fn = fields.Char(string="EBICS Public Bank Keys Filename")
|
||||
swift_3skey_certificate_fn = fields.Char(string="EBICS certificate name")
|
||||
# X.509 Distinguished Name attributes used to
|
||||
# create self-signed X.509 certificates
|
||||
ebics_key_x509 = fields.Boolean(
|
||||
|
Reference in New Issue
Block a user