2019-12-24 11:57:30 +01:00
|
|
|
# Copyright 2018 ForgeFlow S.L.
|
2018-12-21 11:00:35 +01:00
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
2019-12-24 10:56:16 +01:00
|
|
|
"name": "Mail Activity Partner",
|
|
|
|
"summary": "Add Partner to Activities",
|
2021-11-30 09:44:08 +01:00
|
|
|
"version": "15.0.1.0.0",
|
2019-12-24 10:56:16 +01:00
|
|
|
"development_status": "Beta",
|
|
|
|
"category": "Social Network",
|
|
|
|
"website": "https://github.com/OCA/social",
|
2019-12-24 11:57:30 +01:00
|
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
2019-12-24 10:56:16 +01:00
|
|
|
"license": "AGPL-3",
|
|
|
|
"installable": True,
|
|
|
|
"data": ["views/mail_activity_views.xml"],
|
|
|
|
"depends": ["mail_activity_board"],
|
2018-12-21 11:00:35 +01:00
|
|
|
}
|