17 lines
403 B
Python
17 lines
403 B
Python
|
# -*- 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',
|
||
|
}
|