Yannick Vaucher @ Camptocamp has proposed merging
lp:~camptocamp/banking-addons/bank-statement-reconcile-70-fix-comment-20131106-yvr
into lp:banking-addons/bank-statement-reconcile-7.0.
Requested reviews:
Banking Addons Core Editors (banking-addons-team)
For more details, see:
https://code.launchpad.net/~camptocamp/banking-addons/bank-statement-reconcile-70-fix-comment-20131106-yvr/+merge/194199
--
https://code.launchpad.net/~camptocamp/banking-addons/bank-statement-reconcile-70-fix-comment-20131106-yvr/+merge/194199
Your team Banking Addons Core Editors is requested to review the proposed merge
of
lp:~camptocamp/banking-addons/bank-statement-reconcile-70-fix-comment-20131106-yvr
into lp:banking-addons/bank-statement-reconcile-7.0.
=== modified file 'account_statement_base_import/parser/file_parser.py'
--- account_statement_base_import/parser/file_parser.py 2013-05-03 19:57:26 +0000
+++ account_statement_base_import/parser/file_parser.py 2013-11-06 17:29:55 +0000
@@ -40,10 +40,9 @@
def __init__(self, parse_name, ftype='csv', extra_fields=None, header=None, **kwargs):
"""
- :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 dict extra_fields: extra fields to add to the conversion dict. In the format
+ :param char: parse_name: The name of the parser
+ :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
{fieldname: fieldtype}
:param list: header : specify header fields if the csv file has no header
"""
--
Mailing list: https://launchpad.net/~banking-addons-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~banking-addons-team
More help : https://help.launchpad.net/ListHelp