Browse Source

[REF] Server Environment: remove dependency on server_environement_files

From https://github.com/OCA/server-env/issues/10
pull/1275/head
Thomas Binsfeld 6 years ago
parent
commit
218d1ec1b0
  1. 2
      server_environment/__manifest__.py

2
server_environment/__manifest__.py

@ -22,7 +22,7 @@
{ {
"name": "server configuration environment files", "name": "server configuration environment files",
"version": "10.0.1.2.0", "version": "10.0.1.2.0",
"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/",

Loading…
Cancel
Save