mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 04:22:04 -06:00
[FIX] Pylint errors
This commit is contained in:
parent
9366ebf798
commit
f06d0194df
@ -1,4 +1,4 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# OpenERP, Open Source Management Solution
|
||||
@ -22,5 +22,3 @@
|
||||
|
||||
from . import document
|
||||
from . import wizard
|
||||
|
||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# OpenERP, Open Source Management Solution
|
||||
@ -21,40 +21,40 @@
|
||||
##############################################################################
|
||||
|
||||
{
|
||||
'name': 'Document Management System for Multiple Records',
|
||||
'version': '0.1',
|
||||
'category': 'Knowledge Management',
|
||||
'summary': 'Document Management System for Multiple Records',
|
||||
'description': """
|
||||
"name": "Document Management System for Multiple Records",
|
||||
"version": "7.0.1.0.0",
|
||||
"category": "Knowledge Management",
|
||||
"summary": "Document Management System for Multiple Records",
|
||||
"description": """
|
||||
===============================================
|
||||
Document Management System for Multiple Records
|
||||
==============================================
|
||||
===============================================
|
||||
|
||||
Contributors
|
||||
------------
|
||||
* El Hadji Dem (elhadji.dem@savoirfairelinux.com)
|
||||
* Maxime Chambreuil (maxime.chambreuil@savoirfairelinux.com)
|
||||
""",
|
||||
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
|
||||
'website': 'www.savoirfairelinux.com',
|
||||
'license': 'AGPL-3',
|
||||
'depends': [
|
||||
'document',
|
||||
"author": "Savoir-faire Linux, Odoo Community Association (OCA)",
|
||||
"website": "www.savoirfairelinux.com",
|
||||
"license": "AGPL-3",
|
||||
"depends": [
|
||||
"document",
|
||||
],
|
||||
'data': [
|
||||
'document_view.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'wizard/document_wizard_view.xml',
|
||||
"data": [
|
||||
"views/document_view.xml",
|
||||
"security/ir.model.access.csv",
|
||||
"wizard/document_wizard_view.xml",
|
||||
],
|
||||
'js': [
|
||||
'static/src/js/document.js'
|
||||
"js": [
|
||||
"static/src/js/document.js"
|
||||
],
|
||||
'qweb': [
|
||||
'static/src/xml/document.xml'
|
||||
"qweb": [
|
||||
"static/src/xml/document.xml"
|
||||
],
|
||||
'test': [],
|
||||
'demo': [
|
||||
"test": [],
|
||||
"demo": [
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
"installable": True,
|
||||
"auto_install": False,
|
||||
}
|
||||
|
||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# OpenERP, Open Source Management Solution
|
||||
|
@ -1,4 +1,4 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
#
|
||||
# OpenERP, Open Source Management Solution
|
||||
|
@ -1,4 +1,4 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# OpenERP, Open Source Management Solution
|
||||
@ -21,5 +21,3 @@
|
||||
##############################################################################
|
||||
|
||||
from . import document_wizard
|
||||
|
||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# OpenERP, Open Source Management Solution
|
||||
|
Loading…
Reference in New Issue
Block a user