Browse Source

fix lint errors

pull/117/head
Ivan Yelizariev 8 years ago
committed by Ildar Nasyrov
parent
commit
670b51ffc1
No known key found for this signature in database GPG Key ID: D1FDACDF9B83578
  1. 8
      im_notif/__openerp__.py

8
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',
}
Loading…
Cancel
Save