diff --git a/im_notif/README.rst b/im_notif/README.rst index 88a0860..f6a7d08 100644 --- a/im_notif/README.rst +++ b/im_notif/README.rst @@ -1,13 +1,8 @@ -Allows to sent nofitications via IM. +IM Notifications +================ -Options for notifications: +Description: https://apps.odoo.com/apps/modules/8.0/im_notif/ -* Never -* Only IM (if online) -* IM (if online) + email (if offline) -* IM (if online) + email -* Only Emails +Further information and discussion: https://yelizariev.github.io/odoo/module/2015/02/18/im-notifications.html 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 2ba211f..e902cf9 100644 --- a/im_notif/__openerp__.py +++ b/im_notif/__openerp__.py @@ -2,9 +2,10 @@ 'name' : 'IM Notifications', 'version' : '1.0.0', 'author' : 'Ivan Yelizariev', - 'category' : 'Sale', + 'category' : 'Tools', 'website' : 'https://yelizariev.github.io', 'depends' : ['im_chat', 'mail'], + 'images': ['images/my-pref.png'], 'data':[ 'im_notif_data.xml', 'im_notif_views.xml', diff --git a/im_notif/images/my-pref.png b/im_notif/images/my-pref.png new file mode 100644 index 0000000..a3d8616 Binary files /dev/null and b/im_notif/images/my-pref.png differ diff --git a/im_notif/static/description/im-chat.png b/im_notif/static/description/im-chat.png new file mode 100644 index 0000000..9728b0d Binary files /dev/null and b/im_notif/static/description/im-chat.png differ diff --git a/im_notif/static/description/index.html b/im_notif/static/description/index.html new file mode 100644 index 0000000..fc94f2d --- /dev/null +++ b/im_notif/static/description/index.html @@ -0,0 +1,65 @@ + + + + IM Notifications + Get instant notification inside odoo + + + + + A user is able to select option for notifications: + + + Never + Only IM (if online) + IM (if online) + email (if offline) + IM (if online) + email + Only Emails + + + + + + + + + + + + + + + + Each notification includes: + + Message type: email, comment or notification + Author's name + Subject with a link to related record (if exists) + Link to inbox + + + + + + + + + + + + + + + + News & updates + + To get information about new interesting modules and updates, subscribe to our website RSS or follow @yelizariev on twitter. + + + https://yelizariev.github.io + + https://twitter.com/yelizariev + + + + diff --git a/im_notif/static/description/my-pref-button.png b/im_notif/static/description/my-pref-button.png new file mode 100644 index 0000000..601e6a8 Binary files /dev/null and b/im_notif/static/description/my-pref-button.png differ
+ A user is able to select option for notifications: + +
+ Each notification includes: +
+ To get information about new interesting modules and updates, subscribe to our website RSS or follow @yelizariev on twitter. +