mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] file parser __init__ comment
This commit is contained in:
@@ -41,9 +41,8 @@ class FileParser(BankStatementImportParser):
|
|||||||
def __init__(self, parse_name, ftype='csv', extra_fields=None, header=None, **kwargs):
|
def __init__(self, parse_name, ftype='csv', extra_fields=None, header=None, **kwargs):
|
||||||
"""
|
"""
|
||||||
:param char: parse_name: The name of the parser
|
:param char: parse_name: The name of the parser
|
||||||
:param list: keys_to_validate : contain the key that need to be present in the file
|
:param char: ftype: extension of the file (could be csv or xls)
|
||||||
:param char ftype: extension of the file (could be csv or xls)
|
:param dict: extra_fields: extra fields to add to the conversion dict. In the format
|
||||||
:param dict extra_fields: extra fields to add to the conversion dict. In the format
|
|
||||||
{fieldname: fieldtype}
|
{fieldname: fieldtype}
|
||||||
:param list: header : specify header fields if the csv file has no header
|
:param list: header : specify header fields if the csv file has no header
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user