mirror of https://github.com/OCA/web.git
Merge pull request #367 from hbrunn/8.0-web_widget_one2many_tags-eval_column_context
[FIX] eval column's contextpull/488/head
commit
9e95460a03
|
@ -178,7 +178,9 @@ openerp.web_widget_one2many_tags = function(instance)
|
||||||
set: function() {},
|
set: function() {},
|
||||||
build_context: function()
|
build_context: function()
|
||||||
{
|
{
|
||||||
return column.context;
|
return new instance.web.CompoundContext(
|
||||||
|
column.context
|
||||||
|
);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
value = record.get(column.id);
|
value = record.get(column.id);
|
||||||
|
|
Loading…
Reference in New Issue