You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
576 B

10 years ago
  1. {
  2. 'name' : 'IM Notifications',
  3. 'version' : '1.0.0',
  4. 'author' : 'Ivan Yelizariev',
  5. 'category' : 'Sale',
  6. 'website' : 'https://it-projects.info',
  7. 'description': """
  8. Allows to sent nofitications via IM.
  9. Options for notifications:
  10. * Never
  11. * Only IM (if online)
  12. * IM (if online) + email (if offline)
  13. * IM (if online) + email
  14. * Only Emails
  15. Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d
  16. """,
  17. 'depends' : ['im_chat', 'mail'],
  18. 'data':[
  19. 'im_notif_data.xml',
  20. 'im_notif_views.xml',
  21. ],
  22. 'installable': True
  23. }