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.

22 lines
451 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": "mail_base",
  4. "summary": """Contain common code for other mail modules""",
  5. "category": "Uncategorized",
  6. "images": [],
  7. "version": "1.0.0",
  8. "author": "IT-Projects LLC, Pavel Romanchenko",
  9. "website": "http://www.it-projects.info",
  10. "license": "LGPL-3",
  11. "depends": [
  12. "base",
  13. "mail"
  14. ],
  15. "data": [
  16. "views/templates.xml",
  17. ],
  18. 'installable': True,
  19. }