mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] eval column's context
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user