[14.0][ADD] google_calendar_usability
This commit is contained in:
16
google_calendar_usability/__manifest__.py
Normal file
16
google_calendar_usability/__manifest__.py
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user