__manifest__.py 403 B

1234567891011121314151617
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. {
  4. 'name': 'Microsoft Users',
  5. 'category': 'Hidden/Tools',
  6. 'description': """
  7. The module adds Microsoft user in res user.
  8. ===========================================
  9. """,
  10. 'depends': ['base_setup'],
  11. 'data': [
  12. 'data/microsoft_account_data.xml',
  13. ],
  14. 'license': 'LGPL-3',
  15. }