This commit is contained in:
ernestotejeda 2018-04-28 13:17:44 +00:00 committed by GitHub
commit 16f569b00c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,6 @@ class AddUrlWizard(orm.TransientModel):
'name': form.name, 'name': form.name,
'type': 'url', 'type': 'url',
'url': url.geturl(), 'url': url.geturl(),
'user_id': uid,
'res_id': active_id, 'res_id': active_id,
'res_model': context['active_model'], 'res_model': context['active_model'],
} }