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.

28 lines
746 B

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