summaryrefslogtreecommitdiff
path: root/addons/google_account/__manifest__.py
blob: 1780a77d70bc455d16adc4424021c90ed4463f08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- 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': [
        'data/google_account_data.xml',
    ],
    'license': 'LGPL-3',
}