mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-25 18:08:42 -06:00
Flake8 fix
This commit is contained in:
parent
a23f15166f
commit
0f9fc06b1d
@ -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,
|
||||
}
|
||||
|
@ -38,8 +38,4 @@
|
||||
],
|
||||
'installable': True,
|
||||
'application': False,
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user