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.
18 lines
631 B
18 lines
631 B
# -*- coding: utf-8 -*-
|
|
{
|
|
"name": """Popup Attachments""",
|
|
"summary": """Open attached mail images in popup""",
|
|
"category": "Extra Tools",
|
|
"version": "10.0.1.0.0",
|
|
"images": ["images/popup_image.png"],
|
|
"author": "IT-Projects LLC, Dinar Gabbasov",
|
|
"support": "apps@itpp.dev",
|
|
"website": "https://twitter.com/gabbasov_dinar",
|
|
"license": "GPL-3",
|
|
"depends": ["mail"],
|
|
"external_dependencies": {"python": [], "bin": []},
|
|
"data": ["views/mail_attachment_popup_template.xml"],
|
|
"qweb": ["static/src/xml/mail_attachment_popup.xml"],
|
|
"installable": True,
|
|
"auto_install": False,
|
|
}
|