__manifest__.py 346 B

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