mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
account_statement_import_file: fix string
This commit is contained in:
committed by
Duy (Đỗ Anh)
parent
ff1bcc0cbd
commit
3fea02ccf0
@@ -18,8 +18,7 @@ class AccountStatementImport(models.TransientModel):
|
|||||||
|
|
||||||
statement_file = fields.Binary(
|
statement_file = fields.Binary(
|
||||||
required=True,
|
required=True,
|
||||||
help="Get you bank statements in electronic format from your bank "
|
help="Download bank statement files from your bank and upload them here.",
|
||||||
"and select them here.",
|
|
||||||
)
|
)
|
||||||
statement_filename = fields.Char()
|
statement_filename = fields.Char()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user