forked from Techsystech/web
[FIX] eval column's context
parent
277b94e19f
commit
0ccceadaec
|
@ -178,7 +178,9 @@ openerp.web_widget_one2many_tags = function(instance)
|
|||
set: function() {},
|
||||
build_context: function()
|
||||
{
|
||||
return column.context;
|
||||
return new instance.web.CompoundContext(
|
||||
column.context
|
||||
);
|
||||
},
|
||||
},
|
||||
value = record.get(column.id);
|
||||
|
|
Loading…
Reference in New Issue