Skip to content
Snippets Groups Projects
Commit 454aa258 authored by Raphael Collet's avatar Raphael Collet
Browse files

[FIX] base: delete orphan translations without access right errors


Deleting an orphan translation is mostly impossible, since it requires
'write' access on the corresponding records, and checking access rights
fails because the records no longer exist!

Simply enable operations on orphan translations by ignoring the
corresponding records that do not exist.  And make sure that the patch
does not allow to create orphan translations.

closes odoo/odoo#86788

X-original-commit: cf6aed79
Signed-off-by: default avatarRaphael Collet <rco@odoo.com>
Co-authored-by: default avatarMartin Trigaux <mat@odoo.com>
parent e8195763
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment