Files
odoo-usability/google_calendar_usability/__manifest__.py
2021-01-20 11:02:57 +01:00

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,
}