Commit Graph

7 Commits (ff79ae9be1dcf4d7fd0bdef5973b94d147d3d2aa)

Author SHA1 Message Date
fshah f46902d013 [13.0][MIG]web_translate_dialog 2021-06-03 15:42:52 +05:30
fshah 4954513714 [IMP]web_translate_dialog: black, isort, prettier 2021-02-03 10:25:27 +05:30
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
Iryna Vushnevska ec105ef8d8 [FIX] web_transalte_dialog: iterate on correct variable 2021-02-02 14:18:19 +05:30
Timon Tschanz ce339fc269 Fix sidebar & reenable multiple fields 2021-02-02 14:18:19 +05:30
Timon Tschanz b21e9687ce address comments 2021-02-02 14:18:19 +05:30
Akim Juillerat 61e3767b2d Add tr_sequence on res.lang to allow sorting languages in the translation dialog 2021-02-02 14:18:19 +05:30