Browse Source
Merge pull request #1274 from acsone/9.0-server_environment_remove_dependency_tbi
[9.0] [REF] Server Environment: remove dependency on server_environment_files
pull/1282/head
Pedro M. Baeza
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
server_environment/__openerp__.py
|
@ -22,7 +22,7 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "server configuration environment files", |
|
|
"name": "server configuration environment files", |
|
|
"version": "9.0.1.2.0", |
|
|
"version": "9.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/", |
|
|