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
484 B

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