Holger Brunn
9 years ago
No known key found for this signature in database
GPG Key ID: 1C9760FECA3AE18
1 changed files with
3 additions and
1 deletions
-
web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js
|
|
@ -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); |
|
|
|