account_statement_import_file: fix string

This commit is contained in:
Alexis de Lattre
2023-06-08 16:06:53 +02:00
committed by Duy (Đỗ Anh)
parent ff1bcc0cbd
commit 3fea02ccf0

View File

@@ -18,8 +18,7 @@ class AccountStatementImport(models.TransientModel):
statement_file = fields.Binary(
required=True,
help="Get you bank statements in electronic format from your bank "
"and select them here.",
help="Download bank statement files from your bank and upload them here.",
)
statement_filename = fields.Char()