Skip to content
Snippets Groups Projects
Commit a0290a9d authored by std-odoo's avatar std-odoo
Browse files

[FIX] mail_plugin: fix access error when enriching some partners


Bug
===
When we enrich a partner we don't have access to, it will try to read
it, but because of the ACL if will crash. To fix that issue, we don't
return the partner if we can't access it and we show an error message
in the UI instead of letting it crash.

Task-3344536

closes odoo/odoo#134767

Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parent 8b53464d
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