[FIX] Pylint errors

This commit is contained in:
Maxime Chambreuil 2015-11-14 12:33:50 -05:00
parent 9366ebf798
commit f06d0194df
7 changed files with 31 additions and 35 deletions

View File

@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*- # -*- coding: utf-8 -*-
############################################################################## ##############################################################################
# #
# OpenERP, Open Source Management Solution # OpenERP, Open Source Management Solution
@ -22,5 +22,3 @@
from . import document from . import document
from . import wizard from . import wizard
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*- # -*- coding: utf-8 -*-
############################################################################## ##############################################################################
# #
# OpenERP, Open Source Management Solution # OpenERP, Open Source Management Solution
@ -21,40 +21,40 @@
############################################################################## ##############################################################################
{ {
'name': 'Document Management System for Multiple Records', "name": "Document Management System for Multiple Records",
'version': '0.1', "version": "7.0.1.0.0",
'category': 'Knowledge Management', "category": "Knowledge Management",
'summary': 'Document Management System for Multiple Records', "summary": "Document Management System for Multiple Records",
'description': """ "description": """
===============================================
Document Management System for Multiple Records Document Management System for Multiple Records
============================================== ===============================================
Contributors Contributors
------------ ------------
* El Hadji Dem (elhadji.dem@savoirfairelinux.com) * El Hadji Dem (elhadji.dem@savoirfairelinux.com)
* Maxime Chambreuil (maxime.chambreuil@savoirfairelinux.com)
""", """,
'author': "Savoir-faire Linux,Odoo Community Association (OCA)", "author": "Savoir-faire Linux, Odoo Community Association (OCA)",
'website': 'www.savoirfairelinux.com', "website": "www.savoirfairelinux.com",
'license': 'AGPL-3', "license": "AGPL-3",
'depends': [ "depends": [
'document', "document",
], ],
'data': [ "data": [
'document_view.xml', "views/document_view.xml",
'security/ir.model.access.csv', "security/ir.model.access.csv",
'wizard/document_wizard_view.xml', "wizard/document_wizard_view.xml",
], ],
'js': [ "js": [
'static/src/js/document.js' "static/src/js/document.js"
], ],
'qweb': [ "qweb": [
'static/src/xml/document.xml' "static/src/xml/document.xml"
], ],
'test': [], "test": [],
'demo': [ "demo": [
], ],
'installable': True, "installable": True,
'auto_install': False, "auto_install": False,
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*- # -*- coding: utf-8 -*-
############################################################################## ##############################################################################
# #
# OpenERP, Open Source Management Solution # OpenERP, Open Source Management Solution

View File

@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*- # -*- coding: utf-8 -*-
############################################################################### ###############################################################################
# #
# OpenERP, Open Source Management Solution # OpenERP, Open Source Management Solution

View File

@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*- # -*- coding: utf-8 -*-
############################################################################## ##############################################################################
# #
# OpenERP, Open Source Management Solution # OpenERP, Open Source Management Solution
@ -21,5 +21,3 @@
############################################################################## ##############################################################################
from . import document_wizard from . import document_wizard
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*- # -*- coding: utf-8 -*-
############################################################################## ##############################################################################
# #
# OpenERP, Open Source Management Solution # OpenERP, Open Source Management Solution