diff --git a/im_notif/__openerp__.py b/im_notif/__openerp__.py index fe0911a..8d6a528 100644 --- a/im_notif/__openerp__.py +++ b/im_notif/__openerp__.py @@ -2,10 +2,10 @@ { 'name': 'IM Notifications', 'version': '1.0.1', - 'author' : 'IT-Projects LLC, Ivan Yelizariev', + 'author': 'IT-Projects LLC, Ivan Yelizariev', 'license': 'LGPL-3', - 'category' : 'Tools', - 'website' : 'https://twitter.com/yelizariev', + 'category': 'Tools', + 'website': 'https://twitter.com/yelizariev', 'price': 9.00, 'currency': 'EUR', 'depends': ['im_chat', 'mail'], @@ -13,7 +13,7 @@ 'data': [ 'im_notif_data.xml', 'im_notif_views.xml', - ], + ], 'installable': False, 'uninstall_hook': 'pre_uninstall', }