Skip to content
Snippets Groups Projects
Unverified Commit 011ce1e8 authored by Olivier Dony's avatar Olivier Dony
Browse files

[FIX] ir.translation: avoid duplicating translations

Rev. 253437f8 meant to
avoid the creation of duplicate entries during translation
import, caused by existing translations created with an
empty `module` field.

But the fix was over-zealous and caused an extra side-effect:
the creation of missing translations (the blue flag icon)
now creates duplicate translations if other translations
exist with different `module` values.
(This could happen because translations are provided by
several modules, or due to manual translation entries with
no module value, etc.)
parent 58cb0bcb
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment