Commit Graph

5 Commits (eb49e659d85bfab2eaffaa6cff512d3c774635bc)

Author SHA1 Message Date
Akim Juillerat aef961add1 [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.
2020-06-02 15:21:01 +02:00
Iryna Vushnevska 5f42f8680a [FIX] web_transalte_dialog: iterate on correct variable 2020-03-09 14:18:32 +02:00
Timon Tschanz 669e4dfab3 Fix sidebar & reenable multiple fields 2020-01-30 14:11:45 +01:00
Timon Tschanz 1f8066ab79 address comments 2019-09-30 10:46:57 +02:00
Akim Juillerat 29fa333221 Add tr_sequence on res.lang to allow sorting languages in the translation dialog 2019-09-30 10:46:57 +02:00