mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Improvement on the account_statement_base_import module to have profile data stored on a variable across parsers methods, in order to be used to customize, for example, parsing with a parameter introduced on profiles.
Dependent modules have been changed accordingly.
This commit is contained in:
@@ -31,14 +31,7 @@ except:
|
||||
raise Exception(_('Please install python lib ofxparse'))
|
||||
|
||||
class OfxParser(BankStatementImportParser):
|
||||
"""
|
||||
Class for defining parser for OFX file format.
|
||||
"""
|
||||
|
||||
def __init__(self, parser_name, *args, **kwargs):
|
||||
"""
|
||||
"""
|
||||
super(OfxParser, self).__init__(parser_name, *args, **kwargs)
|
||||
"""Class for defining parser for OFX file format."""
|
||||
|
||||
@classmethod
|
||||
def parser_for(cls, parser_name):
|
||||
|
||||
Reference in New Issue
Block a user