rename field labels with duplicates

This commit is contained in:
Luc De Meyer
2023-08-05 19:33:05 +02:00
parent 85a2c2935a
commit 2ff4862dc8
3 changed files with 4 additions and 4 deletions

View File

@@ -129,7 +129,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 certificate name")
swift_3skey_certificate_fn = fields.Char(string="3SKey Certificate Filename")
# X.509 Distinguished Name attributes used to
# create self-signed X.509 certificates
ebics_key_x509 = fields.Boolean(