16 lines
476 B
Python
16 lines
476 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2017 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
'name': 'Server Environment Config Settings',
|
|
'summary': """
|
|
Override config settings from server environment file""",
|
|
'version': '11.0.1.0.0',
|
|
'license': 'AGPL-3',
|
|
'author': 'Camptocamp SA,Odoo Community Association (OCA)',
|
|
'website': 'https://odoo-community.org/',
|
|
'depends': [
|
|
'server_environment',
|
|
],
|
|
}
|