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.

18 lines
452 B

9 years ago
9 years ago
9 years ago
9 years ago
  1. {
  2. 'name' : 'Check mail immediately',
  3. 'version' : '1.0.1',
  4. 'author' : 'IT-Projects LLC, Ivan Yelizariev',
  5. 'license': 'LGPL-3',
  6. 'category' : 'Social Network',
  7. 'website' : 'https://twitter.com/yelizariev',
  8. 'price': 9.00,
  9. 'currency': 'EUR',
  10. 'depends' : ['base', 'web', 'fetchmail', 'mail'],
  11. 'data': [
  12. 'views.xml',
  13. ],
  14. 'qweb': [
  15. "static/src/xml/main.xml",
  16. ],
  17. 'installable': False
  18. }