Browse Source

move module description to README.rst file

pull/183/head
Ivan Yelizariev 9 years ago
committed by Ivan Yelizariev
parent
commit
f3bb8ce217
  1. 13
      im_notif/README.rst
  2. 15
      im_notif/__openerp__.py

13
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

15
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',

Loading…
Cancel
Save