diff --git a/external_file_location/__openerp__.py b/external_file_location/__openerp__.py index 022bb2a8..dd4b6b09 100644 --- a/external_file_location/__openerp__.py +++ b/external_file_location/__openerp__.py @@ -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, } diff --git a/ir_attachment_metadata/__openerp__.py b/ir_attachment_metadata/__openerp__.py index 0e6560df..d880cc18 100644 --- a/ir_attachment_metadata/__openerp__.py +++ b/ir_attachment_metadata/__openerp__.py @@ -38,8 +38,4 @@ ], 'installable': True, 'application': False, -} - - - - + }