2021-05-17 11:59:44 +02:00
|
|
|
# Copyright 2020 Valentin Vinagre <valentin.vinagre@sygel.es>
|
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Mail Show Follower",
|
|
|
|
"summary": "Show CC document followers in mails.",
|
2022-02-28 15:23:37 +01:00
|
|
|
"version": "12.0.1.0.1",
|
2021-05-17 11:59:44 +02:00
|
|
|
"category": "Mail",
|
2021-05-17 12:15:44 +02:00
|
|
|
"website": "https://github.com/OCA/social",
|
2021-05-17 11:59:44 +02:00
|
|
|
"author": "Sygel, Odoo Community Association (OCA)",
|
|
|
|
"license": "AGPL-3",
|
|
|
|
"application": False,
|
|
|
|
"installable": True,
|
2022-03-11 12:11:21 +01:00
|
|
|
"depends": ["base", "mail"],
|
|
|
|
"data": ["views/res_config_settings.xml", "views/res_users.xml"],
|
2021-05-17 11:59:44 +02:00
|
|
|
}
|