mirror of https://github.com/OCA/web.git
parent
b81959e97e
commit
d74f15fc97
|
@ -190,7 +190,8 @@ openerp.web_advanced_search_x2x = function(instance)
|
||||||
});
|
});
|
||||||
popup.select_element(
|
popup.select_element(
|
||||||
this.field.relation, {}, this.field.domain,
|
this.field.relation, {}, this.field.domain,
|
||||||
this.field.context);
|
new instance.web.CompoundContext(
|
||||||
|
instance.session.user_context, this.field.context));
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue