mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] Typo
(lp:c2c-financial-addons/6.1 rev 69)
This commit is contained in:
@@ -34,7 +34,7 @@ class AccountStatementCompletionRule(Model):
|
|||||||
def _get_functions(self, cr, uid, context=None):
|
def _get_functions(self, cr, uid, context=None):
|
||||||
res = super (AccountStatementCompletionRule, self)._get_functions(
|
res = super (AccountStatementCompletionRule, self)._get_functions(
|
||||||
cr, uid, context=context)
|
cr, uid, context=context)
|
||||||
res.append(('get_from_transaction_id_and_so', 'From line reference (based on SO transaction ID'))
|
res.append(('get_from_transaction_id_and_so', 'From line reference (based on SO transaction ID)'))
|
||||||
return res
|
return res
|
||||||
|
|
||||||
_columns={
|
_columns={
|
||||||
|
|||||||
Reference in New Issue
Block a user