2020-08-24 16:24:53 +02:00
|
|
|
# Copyright 2015 ACSONE SA/NV
|
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
|
2015-08-17 10:44:04 +02:00
|
|
|
{
|
2020-08-24 15:42:33 +02:00
|
|
|
"name": "Mail Attach Existing Attachment",
|
|
|
|
"summary": "Adding attachment on the object by sending this one",
|
2020-08-24 16:24:53 +02:00
|
|
|
"author": "ACSONE SA/NV, Tecnativa, Odoo Community Association (OCA)",
|
2020-08-24 15:42:33 +02:00
|
|
|
"website": "https://github.com/OCA/social",
|
|
|
|
"category": "Social Network",
|
2021-07-21 22:19:48 +02:00
|
|
|
"version": "14.0.1.0.0",
|
2020-08-24 15:42:33 +02:00
|
|
|
"license": "AGPL-3",
|
2020-08-24 16:24:53 +02:00
|
|
|
"depends": ["mail"],
|
2020-08-24 15:42:33 +02:00
|
|
|
"data": ["wizard/mail_compose_message_view.xml"],
|
|
|
|
"installable": True,
|
2015-08-17 10:44:04 +02:00
|
|
|
}
|