23 lines
652 B
Python
23 lines
652 B
Python
# Copyright Wingo SA
|
|
# Copyright 2018 Camptocamp (https://www.camptocamp.com).
|
|
# License GPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "server configuration environment files",
|
|
"version": "13.0.2.0.0",
|
|
"depends": [
|
|
"base",
|
|
"base_sparse_field",
|
|
],
|
|
"author": "Camptocamp,Odoo Community Association (OCA)",
|
|
"summary": "move some configurations out of the database",
|
|
"website": "http://github.com/OCA/server-env",
|
|
"license": "GPL-3 or any later version",
|
|
"category": "Tools",
|
|
"data": [
|
|
'security/res_groups.xml',
|
|
'serv_config.xml',
|
|
],
|
|
'installable': True,
|
|
}
|