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
670 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": """Partner mails count""",
  4. "summary": """Displays amount of incoming and outgoing partner mails.""",
  5. "category": "Sales Management",
  6. "images": ['images/1.png'],
  7. "version": "1.0.0",
  8. "author": "IT-Projects LLC, Pavel Romanchenko",
  9. "website": "https://it-projects.info",
  10. "license": "LGPL-3",
  11. "price": 30.00,
  12. "currency": "EUR",
  13. "depends": [
  14. 'mail_archives'
  15. ],
  16. "external_dependencies": {"python": [], "bin": []},
  17. "data": [
  18. 'views/res_partner_mails_count.xml',
  19. 'templates.xml',
  20. ],
  21. "demo": [
  22. ],
  23. "installable": True,
  24. "auto_install": False,
  25. }