14 lines
330 B
Python
14 lines
330 B
Python
|
# -*- 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'],
|
||
|
'license': 'LGPL-3',
|
||
|
}
|