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
687 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. 'website': "https://twitter.com/gabbasov_dinar",
  10. "license": "GPL-3",
  11. "price": "50.0",
  12. "currency": "EUR",
  13. "depends": [
  14. "mail",
  15. ],
  16. "external_dependencies": {"python": [], "bin": []},
  17. "data": [
  18. "views/mail_attachment_popup_template.xml",
  19. ],
  20. "qweb": [
  21. "static/src/xml/mail_attachment_popup.xml",
  22. ],
  23. "installable": False,
  24. 'auto_install': False,
  25. }