mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
update name of the funtion to 'Set account for line labels matching a regular expression' instead of 'Set account'
This commit is contained in:
@@ -43,7 +43,7 @@ class AccountStatementCompletionRule(Model):
|
|||||||
res = super(AccountStatementCompletionRule, self)._get_functions(
|
res = super(AccountStatementCompletionRule, self)._get_functions(
|
||||||
cr, uid, context=context)
|
cr, uid, context=context)
|
||||||
res.append(('set_account',
|
res.append(('set_account',
|
||||||
'Set account'))
|
'Set account for line labels matching a regular expression'))
|
||||||
return res
|
return res
|
||||||
|
|
||||||
_columns = {
|
_columns = {
|
||||||
|
|||||||
Reference in New Issue
Block a user