mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-22 04:02:03 +00:00
fix acl error on ir.module.module
This commit is contained in:
parent
14c11d923b
commit
f71f81227d
@ -139,7 +139,7 @@ class EbicsFile(models.Model):
|
||||
return res
|
||||
|
||||
def _check_import_module(self, module):
|
||||
mod = self.env['ir.module.module'].search(
|
||||
mod = self.env['ir.module.module'].sudo().search(
|
||||
[('name', '=like', module),
|
||||
('state', '=', 'installed')])
|
||||
if not mod:
|
||||
|
Loading…
Reference in New Issue
Block a user