Browse Source
move module description to README.rst file
pull/117/head
Ivan Yelizariev
10 years ago
committed by
Ildar Nasyrov
No known key found for this signature in database
GPG Key ID: D1FDACDF9B83578
2 changed files with
13 additions and
15 deletions
-
im_notif/README.rst
-
im_notif/__openerp__.py
|
|
@ -0,0 +1,13 @@ |
|
|
|
Allows to sent nofitications via IM. |
|
|
|
|
|
|
|
Options for notifications: |
|
|
|
|
|
|
|
* Never |
|
|
|
* Only IM (if online) |
|
|
|
* IM (if online) + email (if offline) |
|
|
|
* IM (if online) + email |
|
|
|
* Only Emails |
|
|
|
|
|
|
|
Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d |
|
|
|
|
|
|
|
Further information and discussion: https://yelizariev.github.io/odoo/module/2015/02/18/im-notifications.html |
|
|
@ -4,21 +4,6 @@ |
|
|
|
'author' : 'Ivan Yelizariev', |
|
|
|
'category' : 'Sale', |
|
|
|
'website' : 'https://yelizariev.github.io', |
|
|
|
'description': """ |
|
|
|
Allows to sent nofitications via IM. |
|
|
|
|
|
|
|
Options for notifications: |
|
|
|
|
|
|
|
* Never |
|
|
|
* Only IM (if online) |
|
|
|
* IM (if online) + email (if offline) |
|
|
|
* IM (if online) + email |
|
|
|
* Only Emails |
|
|
|
|
|
|
|
Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d |
|
|
|
|
|
|
|
Further information and discussion: https://yelizariev.github.io/odoo/module/2015/02/18/im-notifications.html |
|
|
|
""", |
|
|
|
'depends' : ['im_chat', 'mail'], |
|
|
|
'data':[ |
|
|
|
'im_notif_data.xml', |
|
|
|