1234567891011121314151617 |
- # -*- 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',
- }
|