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