social/mail_partner_opt_out/__manifest__.py

16 lines
533 B
Python
Raw Normal View History

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",
"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"],
}