2021-01-05 10:18:36 +01:00
|
|
|
# Copyright 2020-2021 Tecnativa - João Marques
|
|
|
|
# Copyright 2021 Tecnativa - Pedro M. Baeza
|
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Mail Notification Custom Subject",
|
|
|
|
"summary": "Apply a custom subject to mail notifications",
|
2021-02-16 08:54:52 +01:00
|
|
|
"version": "13.0.1.0.0",
|
2021-01-05 10:18:36 +01:00
|
|
|
"category": "Social Network",
|
2021-02-15 14:28:18 +01:00
|
|
|
"website": "https://github.com/OCA/social",
|
2021-01-05 10:18:36 +01:00
|
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
|
|
"license": "AGPL-3",
|
|
|
|
"installable": True,
|
2021-02-15 14:28:18 +01:00
|
|
|
"depends": ["mail"],
|
2021-01-05 10:18:36 +01:00
|
|
|
"data": [
|
|
|
|
"security/ir.model.access.csv",
|
|
|
|
"views/mail_notification_custom_subject_views.xml",
|
|
|
|
],
|
|
|
|
"development_status": "Production/Stable",
|
|
|
|
"maintainers": ["joao-p-marques"],
|
|
|
|
}
|