social/microsoft_outlook_single_tenant/__manifest__.py

16 lines
471 B
Python

# Copyright 2022 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
"name": "Microsoft Outlook Single Tenant",
"version": "15.0.1.0.0",
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Hidden",
"website": "https://github.com/OCA/social",
"depends": [
"microsoft_outlook",
],
"data": ["views/res_config_settings_views.xml"],
"installable": True,
}