Ivan Yelizariev
8 years ago
committed by
Ildar Nasyrov
No known key found for this signature in database
GPG Key ID: D1FDACDF9B83578
1 changed files with
4 additions and
4 deletions
-
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', |
|
|
|
} |