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.

28 lines
716 B

  1. {
  2. 'name' : 'Custom mail wall',
  3. 'version' : '1.0.0',
  4. 'author' : 'Ivan Yelizariev',
  5. 'category' : 'Custom',
  6. 'website' : 'https://yelizariev.github.io',
  7. 'description': """
  8. Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d
  9. """,
  10. 'depends' : ['gamification',
  11. 'gamification_extra',
  12. 'hr',
  13. 'sale',
  14. 'sales_team',
  15. 'crm',
  16. 'calendar',
  17. 'project',
  18. 'mail_wall_widgets',
  19. 'sale_mediation_custom',
  20. 'access_custom',
  21. ],
  22. 'data':[
  23. 'views.xml',
  24. 'data.xml',
  25. ],
  26. 'installable': True,
  27. }