server-env/server_environment_files_sa.../__manifest__.py

17 lines
565 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": "Example server configuration environment files repository module",
"version": "11.0.1.0.1",
"depends": ["base"],
"author": "Camptocamp,Odoo Community Association (OCA)",
"summary": "sample config file for server_environment",
"website": "http://github.com/OCA/server-env",
"license": "GPL-3 or any later version",
"category": "Tools",
"preloadable": False,
"data": [],
}