social/mail_preview_base/__manifest__.py

16 lines
463 B
Python

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