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""",
|
2021-03-30 17:13:35 +02:00
|
|
|
"version": "14.0.1.0.0",
|
2020-09-28 11:55:04 +02:00
|
|
|
"license": "LGPL-3",
|
|
|
|
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
|
|
|
"website": "https://github.com/OCA/social",
|
|
|
|
"depends": ["mail"],
|
2021-03-30 17:13:35 +02:00
|
|
|
"data": [
|
|
|
|
"template/assets.xml",
|
|
|
|
"views/ir_attachment_view.xml",
|
|
|
|
],
|
2020-09-28 11:55:04 +02:00
|
|
|
"qweb": ["static/src/xml/preview.xml"],
|
2020-09-01 21:57:16 +02:00
|
|
|
}
|