mirror of https://github.com/OCA/web.git
commit
3118b27464
|
@ -51,7 +51,7 @@ var TranslateDialog = Dialog.extend({
|
||||||
this.languages = null;
|
this.languages = null;
|
||||||
this.languages_loaded = $.Deferred();
|
this.languages_loaded = $.Deferred();
|
||||||
this.lang_data = new data.DataSetSearch(
|
this.lang_data = new data.DataSetSearch(
|
||||||
this, 'res.lang', parent.searchView.dataset.get_context(),
|
this, 'res.lang', parent.context,
|
||||||
[['translatable', '=', '1']]
|
[['translatable', '=', '1']]
|
||||||
);
|
);
|
||||||
this.lang_data.set_sort(['tr_sequence asc','id asc']);
|
this.lang_data.set_sort(['tr_sequence asc','id asc']);
|
||||||
|
|
Loading…
Reference in New Issue