server-env/auth_oauth_environment/__manifest__.py

21 lines
611 B
Python

# Copyright 2017 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Auth oauth configuration with server_environment',
'version': '11.0.1.0.0',
'category': 'Tools',
'summary': 'Configure mail servers with server_environment_files',
'author': "Camptocamp SA, Odoo Community Association (OCA)",
'license': 'AGPL-3',
'website': 'http://odoo-community.org',
'depends': [
'auth_oauth',
'server_environment',
],
'data': [
'views/auth_oauth_provider.xml'
],
'auto_install': False,
'installable': True,
}