diff --git a/im_notif/README.rst b/im_notif/README.rst new file mode 100644 index 0000000..88a0860 --- /dev/null +++ b/im_notif/README.rst @@ -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 diff --git a/im_notif/__openerp__.py b/im_notif/__openerp__.py index 3996c17..2ba211f 100644 --- a/im_notif/__openerp__.py +++ b/im_notif/__openerp__.py @@ -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',