[FIX] Adapt comment of method prepare_statement_lines_vals

This commit is contained in:
Florian da Costa
2013-12-11 17:52:08 +01:00
parent 54ff20c0dd
commit 975df8c3e2

View File

@@ -90,7 +90,7 @@ class AccountStatementProfil(Model):
statement_id, context): statement_id, context):
""" """
Hook to build the values of a line from the parser returned values. At Hook to build the values of a line from the parser returned values. At
least it fullfill the statement_id and account_id. Overide it to add your least it fullfill the statement_id. Overide it to add your
own completion if needed. own completion if needed.
:param dict of vals from parser for account.bank.statement.line (called by :param dict of vals from parser for account.bank.statement.line (called by