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.

15 lines
353 B

9 years ago
9 years ago
9 years ago
9 years ago
  1. {
  2. 'name' : 'Check mail immediately',
  3. 'version' : '1.0',
  4. 'author' : 'Ivan Yelizariev',
  5. 'category' : 'Base',
  6. 'website' : 'https://yelizariev.github.io',
  7. 'depends' : ['base', 'web', 'fetchmail', 'mail'],
  8. 'data': [
  9. 'views.xml',
  10. ],
  11. 'qweb': [
  12. "static/src/xml/main.xml",
  13. ],
  14. 'installable': True
  15. }