Correct missing underscore
parent
5d0e593eb1
commit
888094c8d3
|
@ -11,7 +11,7 @@ class AccountMassReconcileMethod(models.Model):
|
||||||
@api.model
|
@api.model
|
||||||
def _get_all_rec_method(self):
|
def _get_all_rec_method(self):
|
||||||
_super = super(AccountMassReconcileMethod, self)
|
_super = super(AccountMassReconcileMethod, self)
|
||||||
methods = _super.get_all_rec_method()
|
methods = _super._get_all_rec_method()
|
||||||
methods += [
|
methods += [
|
||||||
('mass.reconcile.advanced.ref.deep.search',
|
('mass.reconcile.advanced.ref.deep.search',
|
||||||
'Advanced. Partner and Ref. Deep Search'),
|
'Advanced. Partner and Ref. Deep Search'),
|
||||||
|
|
Loading…
Reference in New Issue