forked from Techsystech/web
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. |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
res_lang.py |