social/mail_partner_forwarding/__manifest__.py

18 lines
597 B
Python

# Copyright 2022 AdHoc SA - Pablo Paez
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Partner Mail Forwarding",
"summary": "Forwarding notifications for partners",
"version": "17.0.1.0.1",
"category": "Social Network",
"website": "https://github.com/OCA/social",
"author": "ADHOC SA, Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"depends": ["mail"],
"data": ["views/res_user_views.xml", "views/res_partner_views.xml"],
"development_status": "Production/Stable",
"maintainers": [],
}