knowledge/attachment_preview/__manifest__.py
2023-03-16 17:00:01 +01:00

18 lines
639 B
Python

# Copyright 2014 Therp BV (<http://therp.nl>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Preview attachments",
"version": "13.0.1.0.0",
"author": "Therp BV," "Onestein," "Odoo Community Association (OCA)",
"license": "AGPL-3",
"summary": "Preview attachments supported by Viewer.js",
"category": "Knowledge Management",
"depends": ["web", "mail"],
"data": ["templates/assets.xml"],
"qweb": ["static/src/xml/attachment_preview.xml"],
"website": "https://github.com/OCA/knowledge",
"external_dependencies": {"python": ["python-magic"]},
"installable": True,
}