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.

23 lines
718 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": """Partner mails count""",
  4. "summary": """Displays amount of incoming and outgoing partner mails.""",
  5. "category": "Discuss",
  6. "images": ["images/1.png"],
  7. "vesion": "10.0.1.0.0",
  8. "author": "IT-Projects LLC, Pavel Romanchenko",
  9. "support": "apps@itpp.dev",
  10. "website": "https://it-projects.info",
  11. "license": "Other OSI approved licence", # MIT
  12. "price": 30.00,
  13. "currency": "EUR",
  14. "depends": [
  15. "mail_all",
  16. # 'web_tour_extra',
  17. ],
  18. "external_dependencies": {"python": [], "bin": []},
  19. "data": ["views/res_partner_mails_count.xml", "templates.xml"],
  20. "demo": [],
  21. "installable": True,
  22. "auto_install": False,
  23. }