From 56415520bb3668d60a34862f5664e178ac23bb6a Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Thu, 19 Sep 2019 10:27:36 +0200 Subject: [PATCH] [fix] Blank page on webadmin --- manifest.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 72c3188..f52612f 100644 --- a/manifest.json +++ b/manifest.json @@ -35,11 +35,19 @@ }, { "name": "version", "choices": ["8", "9", "10", "11", "12"], - "default": "12" + "default": "12", + "ask": { + "en": "Choose the version you want", + "fr": "Choisissez la version désirée" + } }, { "name": "oca", "type": "boolean", - "default": false + "default": false, + "ask": { + "en": "Do you want to setup OCA instead of LibreERP ? (not yet implemented)", + "fr": "Désirez vous installer OCA à la place des sources de LibreERP (pas encore implémenté)" + } }, { "name": "admin_password", "type": "password",