3
0
Fork 0

[FIX] eval column's context

8.0
Holger Brunn 2016-05-31 10:02:57 +02:00
parent 277b94e19f
commit 0ccceadaec
No known key found for this signature in database
GPG Key ID: 01C9760FECA3AE18
1 changed files with 3 additions and 1 deletions

View File

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