This commit is contained in:
unknown
2013-04-25 10:04:56 +02:00
parent a5dc399750
commit c769917c62
3 changed files with 26 additions and 26 deletions

View File

@@ -86,7 +86,7 @@ class AccountStatementProfil(orm.Model):
A dict of value that can be passed directly to the write method of A dict of value that can be passed directly to the write method of
the statement line or {} the statement line or {}
{'partner_id': value, {'partner_id': value,
'account_id' : value, 'account_id: value,
...} ...}
""" """
@@ -441,7 +441,7 @@ class AccountBankSatement(orm.Model):
:param int/long stat_id: ID of the account.bank.statement :param int/long stat_id: ID of the account.bank.statement
:param char error_msg: Message to add :param char error_msg: Message to add
:number_imported int/long: Number of lines that have been completed :number_imported int/long: Number of lines that have been completed
:return : True :return True
""" """
error_log = "" error_log = ""
user_name = self.pool.get('res.users').read(cr, uid, uid, user_name = self.pool.get('res.users').read(cr, uid, uid,