social/mail_preview_base/__manifest__.py
Víctor Martínez a5709e6635 [MIG] mail_preview_base: Migration to 14.0
Co-authored-by: Enric Tobella <etobella@creublanca.es>
2022-02-02 11:28:09 +05:30

19 lines
518 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": "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"],
}