Correct missing underscore

This commit is contained in:
Matthieu Dietrich
2016-07-04 11:54:09 +02:00
committed by Iryna Vushnevska
parent 5d0e593eb1
commit 888094c8d3

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'),