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.

21 lines
730 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 x620 <https://github.com/x620>
  3. # Copyright 2018 Ruslan Ronzhin <https://it-projects.info/team/rusllan/>
  4. # Copyright 2016-2019 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
  5. # License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html)
  6. {
  7. "name": "Mail Base",
  8. "summary": """Makes Mail extendable""",
  9. "category": "Discuss",
  10. "images": [],
  11. "version": "10.0.1.1.0",
  12. "author": "IT-Projects LLC, Pavel Romanchenko",
  13. "support": "apps@it-projects.info",
  14. "website": "https://it-projects.info",
  15. "license": "LGPL-3",
  16. "price": 9.00,
  17. "currency": "EUR",
  18. "depends": ["base", "mail"],
  19. "data": ["views/templates.xml"],
  20. "installable": True,
  21. }