mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[TYPO]
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user