mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Merge pull request #147 from mdietrichc2c/9.0-correct_deep_search
Correct missing underscore
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user