mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-18 06:02:02 +02:00
16 lines
403 B
Python
16 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',
|
|
}
|