flectra/addons/google_account/__manifest__.py
2018-01-16 03:05:52 -08:00

17 lines
401 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'Google Users',
'author' : 'Odoo S.A',
'category': 'Extra Tools',
'description': """
The module adds google user in res user.
========================================
""",
'depends': ['base_setup'],
'data': [
'data/google_account_data.xml',
],
}