Skip to content
Snippets Groups Projects
Commit e1dcf886 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#133300

Signed-off-by: default avatarRaphael Collet <rco@odoo.com>
parent 8b29eabb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment