[FIX] eval column's context

This commit is contained in:
Holger Brunn
2016-05-31 10:02:57 +02:00
parent 277b94e19f
commit 0ccceadaec

View File

@@ -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);