diff --git a/server_environment/__manifest__.py b/server_environment/__manifest__.py index 33cc3a962..be8e177c0 100644 --- a/server_environment/__manifest__.py +++ b/server_environment/__manifest__.py @@ -22,7 +22,7 @@ { "name": "server configuration environment files", "version": "10.0.1.2.0", - "depends": ["base", "server_environment_files"], + "depends": ["base"], "author": "Camptocamp,Odoo Community Association (OCA)", "summary": "move some configurations out of the database", "website": "http://odoo-community.org/",