fix pylint issues

This commit is contained in:
Pierre Verkest
2015-09-28 23:59:31 +02:00
parent af1770d369
commit dd4124f690
3 changed files with 1 additions and 6 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -62,5 +62,4 @@ Contacts :
'application': False,
'installable': True,
'auto_install': False,
'images': [],
}