oca-ocb-accounting/odoo-bringout-oca-ocb-google_account/google_account/__manifest__.py
Ernad Husremovic 768b70e05e 19.0 vanilla
2026-03-09 09:30:07 +01:00

14 lines
357 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'],
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}