blob: 71f0721e52e91741a23966611d7aa5051d3be3e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# -*- 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',
}
|