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.

29 lines
726 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": """Popup Attachments""",
  4. "summary": """Open attached mail images in popup""",
  5. "category": "Extra Tools",
  6. "version": "1.0.0",
  7. "images": ['images/popup_image.png'],
  8. "author": "IT-Projects LLC, Dinar Gabbasov",
  9. "support": "apps@it-projects.info",
  10. 'website': "https://twitter.com/gabbasov_dinar",
  11. "license": "GPL-3",
  12. "price": "50.0",
  13. "currency": "EUR",
  14. "depends": [
  15. "mail",
  16. ],
  17. "external_dependencies": {"python": [], "bin": []},
  18. "data": [
  19. "views/mail_attachment_popup_template.xml",
  20. ],
  21. "qweb": [
  22. "static/src/xml/mail_attachment_popup.xml",
  23. ],
  24. "installable": True,
  25. 'auto_install': False,
  26. }