[IMP] account_ebics : update doc for EDS

This commit is contained in:
Luc De Meyer
2023-12-03 11:17:18 +01:00
parent f605f2aade
commit baef1a4851
4 changed files with 20 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ class EbicsUserID(models.Model):
help="Users who are allowed to use this EBICS UserID for "
" bank transactions.",
)
# Currently only a singe signature class per user is supported
# Currently only a single signature class per user is supported
# Classes A and B are not yet supported.
signature_class = fields.Selection(
selection=[("E", "Single signature"), ("T", "Transport signature")],