[FIX] Typo

(lp:c2c-financial-addons/6.1 rev 69)
This commit is contained in:
Joël Grand-Guillaume
2012-06-26 15:46:03 +02:00
parent a54dcc72a2
commit 57c0a63f6a

View File

@@ -34,7 +34,7 @@ class AccountStatementCompletionRule(Model):
def _get_functions(self, cr, uid, context=None):
res = super (AccountStatementCompletionRule, self)._get_functions(
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
_columns={