mirror of https://github.com/OCA/social.git
15 lines
504 B
Python
15 lines
504 B
Python
# Copyright 2018-22 ForgeFlow <http://www.forgeflow.com>
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
|
{
|
|
"name": "Mail Activity Done",
|
|
"version": "16.0.1.3.0",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"license": "LGPL-3",
|
|
"category": "Discuss",
|
|
"website": "https://github.com/OCA/social",
|
|
"depends": ["mail"],
|
|
"data": ["views/mail_activity_views.xml"],
|
|
"pre_init_hook": "pre_init_hook",
|
|
"uninstall_hook": "uninstall_hook",
|
|
}
|