Skip to content

Commit

Permalink
Correct missing underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
mdietrichc2c authored and anothingguy committed Mar 4, 2022
1 parent bcedcf3 commit 3b344ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 3b344ee

Please sign in to comment.