forked from Techsystech/web
Merge pull request #178 from hbrunn/8.0-web_advanced_search_x2x
[FIX] merge user context into search popup's context9.0
commit
44d5523572
|
@ -190,7 +190,8 @@ openerp.web_advanced_search_x2x = function(instance)
|
|||
});
|
||||
popup.select_element(
|
||||
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