[14.0][ADD] google_calendar_usability

This commit is contained in:
Kevin Khao
2021-01-18 13:41:24 +01:00
parent 20af679569
commit d4272eff9c
6 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# 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,
}