From 3c0ed6b98bfbca888a6f5cb1063318bae11cb4d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s?= Date: Tue, 15 Nov 2016 17:26:48 +0000 Subject: [PATCH] no message --- document_url/wizard/document_url.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/document_url/wizard/document_url.py b/document_url/wizard/document_url.py index 821b8f85..87a2c677 100644 --- a/document_url/wizard/document_url.py +++ b/document_url/wizard/document_url.py @@ -13,11 +13,9 @@ except: class AddUrlWizard(models.TransientModel): _name = 'ir.attachment.add_url' - name = fields.Char('Name', required=True) url = fields.Char('URL', required=True) - @api.one @api.multi def action_add_url(self): """Adds the URL with the given name as an ir.attachment record."""