mirror of https://github.com/OCA/social.git
17 lines
605 B
Python
17 lines
605 B
Python
# Copyright 2019 Thore Baden
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Mail Attach Existing Attachment (Account)",
|
|
"summary": "Module to use attach existing attachment for account module",
|
|
"author": "Thore Baden, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/social",
|
|
"category": "Social Network",
|
|
"version": "16.0.1.0.1",
|
|
"license": "AGPL-3",
|
|
"depends": ["account", "mail_attach_existing_attachment"],
|
|
"data": ["wizard/account_invoice_send_view.xml"],
|
|
"installable": True,
|
|
"auto_install": True,
|
|
}
|