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.

19 lines
546 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Menu for widgets at Messaging section',
  4. 'version': '1.0.0',
  5. 'author': 'IT-Projects LLC, Ivan Yelizariev',
  6. 'license': 'GPL-3',
  7. "category": "Discuss",
  8. 'website': 'https://yelizariev.github.io',
  9. 'description': """
  10. Module creates special menu at Messaging section to show only gamification-like blocks there.
  11. Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d
  12. """,
  13. 'depends': ['mail'],
  14. 'data': [
  15. 'mail_wall_menu_views.xml',
  16. ],
  17. 'installable': True
  18. }