16 lines
532 B
Python
16 lines
532 B
Python
# Copyright 2015 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Mail Attach Existing Attachment",
|
|
"summary": "Adding attachment on the object by sending this one",
|
|
"author": "ACSONE SA/NV, Tecnativa, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/social",
|
|
"category": "Social Network",
|
|
"version": "15.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"depends": ["mail"],
|
|
"data": ["wizard/mail_compose_message_view.xml"],
|
|
"installable": True,
|
|
}
|