Skip to content
Snippets Groups Projects
Commit 2509c927 authored by Merel Geens (mege)'s avatar Merel Geens (mege)
Browse files

[FIX] odoo: import was broken for non-admin users

A check was added to prevent importing records with prefixes of existing
modules: https://github.com/odoo/odoo/pull/130825

 . This queries the
known modules, but non-admin users don't have access to that by default,
causing the import to fail for them. Allow the module query regardless
of access rights.

closes odoo/odoo#133326

X-original-commit: e1dcf886
Signed-off-by: default avatarRaphael Collet <rco@odoo.com>
Signed-off-by: default avatarMerel Geens <mege@odoo.com>
parent 9feec550
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment