mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-26 10:28:40 -06:00
Flake8 fix
This commit is contained in:
parent
a23f15166f
commit
0f9fc06b1d
@ -21,27 +21,27 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'external_file_location',
|
'name': 'external_file_location',
|
||||||
'version': '0.0.1',
|
'version': '0.0.1',
|
||||||
'author': 'Akretion',
|
'author': 'Akretion',
|
||||||
'website': 'www.akretion.com',
|
'website': 'www.akretion.com',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'category': 'Generic Modules',
|
'category': 'Generic Modules',
|
||||||
'depends': [
|
'depends': [
|
||||||
'ir_attachment_metadata',
|
'ir_attachment_metadata',
|
||||||
],
|
],
|
||||||
'external_dependencies': {
|
'external_dependencies': {
|
||||||
'python': [
|
'python': [
|
||||||
'ftputil',
|
'ftputil',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'data': [
|
'data': [
|
||||||
'menu.xml',
|
'menu.xml',
|
||||||
'attachment_view.xml',
|
'attachment_view.xml',
|
||||||
'location_view.xml',
|
'location_view.xml',
|
||||||
'task_view.xml',
|
'task_view.xml',
|
||||||
'cron.xml',
|
'cron.xml',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'application': True,
|
'application': True,
|
||||||
}
|
}
|
||||||
|
@ -38,8 +38,4 @@
|
|||||||
],
|
],
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'application': False,
|
'application': False,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user