social/mail_preview_base/__manifest__.py

19 lines
518 B
Python
Raw Normal View History

2020-09-01 21:57:16 +02:00
# Copyright 2020 Creu Blanca
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Mail Preview",
"summary": """
2020-09-01 21:57:16 +02:00
Base to add more previewing options""",
"version": "14.0.1.0.0",
"license": "LGPL-3",
"author": "Creu Blanca,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/social",
"depends": ["mail"],
"data": [
"template/assets.xml",
"views/ir_attachment_view.xml",
],
"qweb": ["static/src/xml/preview.xml"],
2020-09-01 21:57:16 +02:00
}