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.

17 lines
469 B

8 years ago
  1. {
  2. 'name': "Aggregate messages from company's contacts",
  3. 'version': '1.0.0',
  4. 'author': 'IT-Projects LLC, Ivan Yelizariev',
  5. 'license': 'LGPL-3',
  6. "price": 70.00,
  7. "currency": "EUR",
  8. 'category': 'Discuss',
  9. "support": "apps@it-projects.info",
  10. 'website': 'https://twitter.com/yelizariev',
  11. 'images': ['images/child.png', 'images/parent.png'],
  12. 'depends': ['mail'],
  13. 'data': [
  14. 'views.xml',
  15. ],
  16. 'installable': False
  17. }