Files
knowledge/attachment_preview/__manifest__.py
2022-08-23 11:35:25 +02:00

20 lines
559 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": "12.0.1.0.2",
"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",
],
"installable": True,
}