17 lines
520 B
Python
17 lines
520 B
Python
# Copyright 2021 Akretion (http://www.akretion.com)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Google Calendar Usability",
|
|
"version": "14.0.1.0.0",
|
|
"category": "Productivity",
|
|
"description": "Removes displaying credentials from the general settings view, "
|
|
"prevents deleting calendar events",
|
|
"depends": ["google_calendar"],
|
|
"data": [
|
|
"views/res_config_settings_views.xml",
|
|
],
|
|
"demo": [],
|
|
"installable": True,
|
|
"auto_install": False,
|
|
}
|