[IMP] web_linkedin: ported to new form view API

bzr revid: nicolas.vanhoren@openerp.com-20120925160106-8fl1fxqrbxgl8lbk
This commit is contained in:
niv-openerp 2012-09-25 18:01:06 +02:00
parent 8a7ccd3c76
commit 42ee1b52b1
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ openerp.web_linkedin = function(instance) {
selected_entity: function(entity) {
var self = this;
this.create_on_change(entity).then(function(to_change) {
self.view.on_processed_onchange({value:to_change});
self.view.set_values(to_change);
});
},
create_on_change: function(entity) {