diff options
Diffstat (limited to 'addons/google_account/__manifest__.py')
| -rw-r--r-- | addons/google_account/__manifest__.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/addons/google_account/__manifest__.py b/addons/google_account/__manifest__.py new file mode 100644 index 00000000..1780a77d --- /dev/null +++ b/addons/google_account/__manifest__.py @@ -0,0 +1,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', +} |
