24ed47124d
[FIX] add title to <i> tag and removed console.log in js Co-authored-by: Miquel Raïch <miquel.raich@forgeflow.com> Co-authored-by: Miquel Raïch <miquel.raich@forgeflow.com>
18 lines
676 B
Python
18 lines
676 B
Python
# Copyright 2018 David Juaneda - <djuaneda@sdi.es>
|
|
# Copyright 2021 Sodexis
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Mail Activity Board",
|
|
"summary": "Add Activity Boards",
|
|
"version": "14.0.1.0.0",
|
|
"development_status": "Beta",
|
|
"category": "Social Network",
|
|
"website": "https://github.com/OCA/social",
|
|
"author": "SDi, David Juaneda, Sodexis, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"depends": ["calendar", "board"],
|
|
"data": ["views/templates.xml", "views/mail_activity_view.xml"],
|
|
"qweb": ["static/src/components/chatter_topbar/chatter_topbar.xml"],
|
|
}
|