microsoft_account/__manifest__.py

17 lines
403 B
Python
Raw Permalink Normal View History

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Microsoft Users',
'category': 'Hidden/Tools',
'description': """
The module adds Microsoft user in res user.
===========================================
""",
'depends': ['base_setup'],
'data': [
'data/microsoft_account_data.xml',
],
'license': 'LGPL-3',
}