2020-09-01 21:57:16 +02:00
|
|
|
# Copyright 2020 Creu Blanca
|
|
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
|
|
|
|
|
|
|
{
|
2020-09-28 11:55:04 +02:00
|
|
|
"name": "Mail Preview",
|
|
|
|
"summary": """
|
2020-09-01 21:57:16 +02:00
|
|
|
Base to add more previewing options""",
|
2020-09-28 11:55:04 +02:00
|
|
|
"version": "13.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"],
|
|
|
|
"qweb": ["static/src/xml/preview.xml"],
|
2020-09-01 21:57:16 +02:00
|
|
|
}
|