2016-05-25 16:03:38 +02:00
|
|
|
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
2019-11-29 16:01:16 +01:00
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
2016-05-25 16:03:38 +02:00
|
|
|
{
|
2019-11-29 16:01:16 +01:00
|
|
|
"name": "Mail optional follower notification",
|
|
|
|
"summary": "Choose to notify followers on mail.compose.message",
|
2019-12-06 11:37:20 +01:00
|
|
|
"author": "ACSONE SA/NV," "Odoo Community Association (OCA)",
|
2019-11-29 16:01:16 +01:00
|
|
|
"website": "https://github.com/OCA/social",
|
|
|
|
"category": "Social Network",
|
|
|
|
"version": "12.0.1.0.0",
|
|
|
|
"license": "AGPL-3",
|
2019-12-06 11:37:20 +01:00
|
|
|
"depends": ["mail"],
|
|
|
|
"data": ["wizard/mail_compose_message_view.xml"],
|
2016-05-25 16:03:38 +02:00
|
|
|
}
|