From 36afe79b29e2a25ae2d67ac92bc3d4cdcbcce2d0 Mon Sep 17 00:00:00 2001 From: ljf Date: Wed, 19 Sep 2018 18:16:31 +0200 Subject: [PATCH] [fix] Don't ask for oca not implemented question --- conf/openerp-server.conf.j2 | 4 ++-- manifest.json | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/conf/openerp-server.conf.j2 b/conf/openerp-server.conf.j2 index 742a9e5..4419fa4 100644 --- a/conf/openerp-server.conf.j2 +++ b/conf/openerp-server.conf.j2 @@ -2,8 +2,8 @@ ; This is the password that allows database operations: without_demo = all admin_passwd = {{ admin_password }} -db_host = false -db_port = false +db_host = localhost +db_port = 5432 db_user = odoo db_password = {{ dbpass }} addons_path = {{ source_path }}addons diff --git a/manifest.json b/manifest.json index 11cfe60..8ea90ae 100644 --- a/manifest.json +++ b/manifest.json @@ -40,10 +40,6 @@ }, { "name": "oca", "type": "boolean", - "ask": { - "en": "Use OCA repository to get community bugfixes ?", - "fr": "Utiliser les dépots OCA pour bénéficier des bugfix communautaires ?" - }, "default": false }, { "name": "admin_password",