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",