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.

21 lines
546 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Extra Widgets for mail wall',
  4. 'version': '1.0.0',
  5. 'author': 'IT-Projects LLC, Ivan Yelizariev',
  6. 'license': 'GPL-3',
  7. 'category': 'Custom',
  8. 'website': 'https://yelizariev.github.io',
  9. 'description': """
  10. Tested on odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d
  11. """,
  12. 'depends': ['mail', 'gamification'],
  13. 'data': [
  14. 'views.xml',
  15. # 'data.xml',
  16. 'security/ir.model.access.csv',
  17. ],
  18. 'qweb': ['static/src/xml/main.xml'],
  19. 'installable': True,
  20. }