web/web_translate_dialog/models
Akim Juillerat 68bdf67b8d [FIX] web_translate_dialog: Search using '=' to target right field
Without this commit, ir.translation are searched using a LIKE,
meaning that for a field called 'title', we'd get the translations
of all the fields beginning with title on this model.
Therefore, the returned value for field 'title' that is displayed
in the widget will be the value of the last result returned by
search_read, what could be anything beginning with title, and not
necessarily the field title itself.
2021-02-02 14:18:19 +05:30
..
__init__.py Add tr_sequence on res.lang to allow sorting languages in the translation dialog 2021-02-02 14:18:19 +05:30
base.py [FIX] web_translate_dialog: Search using '=' to target right field 2021-02-02 14:18:19 +05:30
res_lang.py Add tr_sequence on res.lang to allow sorting languages in the translation dialog 2021-02-02 14:18:19 +05:30