Merge pull request #340 from hbrunn/8.0-web_widget_one2many_tags-refactor

[DEL] printf debugging
This commit is contained in:
Pedro M. Baeza
2016-04-08 13:47:35 +02:00

View File

@@ -201,7 +201,6 @@ openerp.web_widget_one2many_tags = function(instance)
})
.join(', ')
);
console.log(record.get(column.id + '__display'));
});
column = _(column).extend({type: 'one2many_tags'});
}