mirror of https://github.com/OCA/social.git
18 lines
531 B
Python
18 lines
531 B
Python
# Copyright 2023 Quartile Limited
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Mail Send Confirmation",
|
|
"version": "16.0.1.0.0",
|
|
"author": "Quartile Limited, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"category": "Mail",
|
|
"website": "https://github.com/OCA/social",
|
|
"depends": ["mail"],
|
|
"assets": {
|
|
"mail.assets_messaging": [
|
|
"mail_send_confirmation/static/src/models/composer_view.esm.js",
|
|
],
|
|
},
|
|
"installable": True,
|
|
}
|