Correct missing underscore

pull/277/head
Matthieu Dietrich 2016-07-04 11:54:09 +02:00 committed by Iryna Vushnevska
parent 5d0e593eb1
commit 888094c8d3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class AccountMassReconcileMethod(models.Model):
@api.model
def _get_all_rec_method(self):
_super = super(AccountMassReconcileMethod, self)
methods = _super.get_all_rec_method()
methods = _super._get_all_rec_method()
methods += [
('mass.reconcile.advanced.ref.deep.search',
'Advanced. Partner and Ref. Deep Search'),