From dd4124f69004932326eed6bbd710f88af706b771 Mon Sep 17 00:00:00 2001 From: Pierre Verkest Date: Mon, 28 Sep 2015 23:59:31 +0200 Subject: [PATCH] fix pylint issues --- web_readonly_bypass/__openerp__.py | 4 ---- web_warning_on_save/__openerp__.py | 2 +- web_widget_float_formula/__openerp__.py | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/web_readonly_bypass/__openerp__.py b/web_readonly_bypass/__openerp__.py index fc37b882f..edddb610f 100644 --- a/web_readonly_bypass/__openerp__.py +++ b/web_readonly_bypass/__openerp__.py @@ -25,10 +25,6 @@ "maintainer": "ACSONE SA/NV, Odoo Community Association (OCA)", "website": "http://www.acsone.eu", 'category': 'Technical Settings', - 'depends': [ - 'base', - 'web', - ], 'description': """ .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg :alt: License: AGPL-3 diff --git a/web_warning_on_save/__openerp__.py b/web_warning_on_save/__openerp__.py index 60e538d37..02fb6ae51 100644 --- a/web_warning_on_save/__openerp__.py +++ b/web_warning_on_save/__openerp__.py @@ -25,7 +25,7 @@ "author": "Camptocamp,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'website': 'http://www.camptocamp.com', - 'description': """ + 'description': u""" This module was written to extend the functionality of saving a record in the web interface. /!\/!\/!\ In no way this module stops the save of the record. diff --git a/web_widget_float_formula/__openerp__.py b/web_widget_float_formula/__openerp__.py index ba90a4b58..d73172d40 100644 --- a/web_widget_float_formula/__openerp__.py +++ b/web_widget_float_formula/__openerp__.py @@ -62,5 +62,4 @@ Contacts : 'application': False, 'installable': True, 'auto_install': False, - 'images': [], }