[FIX] web: instance.web.DataSetSearch.get_domain() returns the domain.

lp bug: https://launchpad.net/bugs/1195631 fixed

bzr revid: chs@openerp.com-20131105121843-rqplhk83fczxww0t
This commit is contained in:
Christophe Simonis 2013-11-05 13:18:43 +01:00
parent 0f7099bb30
commit 3213ad4ddd
1 changed files with 1 additions and 1 deletions

View File

@ -724,7 +724,7 @@ instance.web.DataSetSearch = instance.web.DataSet.extend({
});
},
get_domain: function (other_domain) {
this._model.domain(other_domain);
return this._model.domain(other_domain);
},
alter_ids: function (ids) {
this._super(ids);