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.

27 lines
577 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": "Mail archives",
  4. "summary": """Adds menu to find old messages""",
  5. "category": "Discuss",
  6. "images": ['images/1.jpg'],
  7. "version": "1.0.0",
  8. "author": "IT-Projects LLC, Pavel Romanchenko",
  9. "support": "apps@it-projects.info",
  10. "website": "https://it-projects.info",
  11. "license": "LGPL-3",
  12. 'price': 40.00,
  13. 'currency': 'EUR',
  14. "depends": [
  15. "mail_base",
  16. ],
  17. "data": [
  18. "views/templates.xml",
  19. ],
  20. "qweb": [
  21. "static/src/xml/menu.xml",
  22. ],
  23. 'installable': True,
  24. }