Flake8 fix

This commit is contained in:
Valentin Chemiere 2015-03-16 10:35:09 +01:00
parent a23f15166f
commit 0f9fc06b1d
2 changed files with 24 additions and 28 deletions

View File

@ -21,27 +21,27 @@
###############################################################################
{
'name': 'external_file_location',
'version': '0.0.1',
'author': 'Akretion',
'website': 'www.akretion.com',
'license': 'AGPL-3',
'category': 'Generic Modules',
'depends': [
'ir_attachment_metadata',
],
'external_dependencies': {
'python': [
'ftputil',
],
},
'data': [
'menu.xml',
'attachment_view.xml',
'location_view.xml',
'task_view.xml',
'cron.xml',
],
'installable': True,
'application': True,
'name': 'external_file_location',
'version': '0.0.1',
'author': 'Akretion',
'website': 'www.akretion.com',
'license': 'AGPL-3',
'category': 'Generic Modules',
'depends': [
'ir_attachment_metadata',
],
'external_dependencies': {
'python': [
'ftputil',
],
},
'data': [
'menu.xml',
'attachment_view.xml',
'location_view.xml',
'task_view.xml',
'cron.xml',
],
'installable': True,
'application': True,
}

View File

@ -38,8 +38,4 @@
],
'installable': True,
'application': False,
}
}