[REF] Server Environment: remove dependency on server_environement_files

From https://github.com/OCA/server-env/issues/10
This commit is contained in:
Thomas Binsfeld 2018-06-04 16:15:24 +02:00 committed by Maxime Franco
parent f6d4ba04bb
commit b4ff859d0d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
{ {
"name": "server configuration environment files", "name": "server configuration environment files",
"version": "11.0.1.0.1", "version": "11.0.1.0.1",
"depends": ["base", "server_environment_files"], "depends": ["base"],
"author": "Camptocamp,Odoo Community Association (OCA)", "author": "Camptocamp,Odoo Community Association (OCA)",
"summary": "move some configurations out of the database", "summary": "move some configurations out of the database",
"website": "http://odoo-community.org/", "website": "http://odoo-community.org/",