2021-04-22 17:40:58 +02:00
|
|
|
# Copyright 2021 ForgeFlow S.L.
|
|
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
|
|
"name": "Mail Partner Opt Out",
|
|
|
|
"summary": "Add the partner's email to the blackmailed list",
|
2022-12-20 14:24:03 +01:00
|
|
|
"version": "16.0.1.0.0",
|
2021-04-22 17:40:58 +02:00
|
|
|
"development_status": "Beta",
|
|
|
|
"category": "Social Network",
|
|
|
|
"website": "https://github.com/OCA/social",
|
|
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
|
|
"license": "LGPL-3",
|
|
|
|
"installable": True,
|
|
|
|
"data": ["views/res_partner_views.xml"],
|
|
|
|
"depends": ["mail"],
|
|
|
|
}
|