mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
Fix manifest
This commit is contained in:
parent
983b46008c
commit
8ab34039ee
1 changed files with 9 additions and 6 deletions
|
@ -3,11 +3,11 @@
|
||||||
"id": "libreerp",
|
"id": "libreerp",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "LibreERP is a suite of business apps (ERP: CRM, Accounting, Point of Sale, HR, Purchases...).",
|
"en": "Suite of business apps (ERP: CRM, Accounting, Point of Sale, HR, Purchases...).",
|
||||||
"fr": "LibreERP est une collection d'apps de gestion d'entreprise (ERP : CRM, Comptabilité, Point de Vente, RH, Achats, ...)."
|
"fr": "Une collection d'apps de gestion d'entreprise (ERP : CRM, Comptabilité, Point de Vente, RH, Achats, ...)."
|
||||||
},
|
},
|
||||||
"version": "12.0~ynh6",
|
"version": "12.0~ynh6",
|
||||||
"url": "https://github.com/YunoHost-Apps/libreerp_ynh",
|
"url": "https://odoo.com",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "LGPL-3.0-only",
|
"license": "LGPL-3.0-only",
|
||||||
"website": "https://odoo.com",
|
"website": "https://odoo.com",
|
||||||
|
@ -39,12 +39,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "version",
|
"name": "version",
|
||||||
"choices": ["11", "12", "14"],
|
"type": "string",
|
||||||
"default": "14",
|
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose the version you want",
|
"en": "Choose the version you want",
|
||||||
"fr": "Choisissez la version désirée"
|
"fr": "Choisissez la version désirée"
|
||||||
}
|
},
|
||||||
|
"choices": ["11", "12", "14"],
|
||||||
|
"default": "14"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "oca",
|
"name": "oca",
|
||||||
|
@ -65,6 +66,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "lang",
|
"name": "lang",
|
||||||
|
"type": "string",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose the application language",
|
"en": "Choose the application language",
|
||||||
"fr": "Choisissez la langue de l'application"
|
"fr": "Choisissez la langue de l'application"
|
||||||
|
@ -74,6 +76,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "tz",
|
"name": "tz",
|
||||||
|
"type": "string",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a timezone",
|
"en": "Choose a timezone",
|
||||||
"fr": "Choisissez un fuseau horaire"
|
"fr": "Choisissez un fuseau horaire"
|
||||||
|
|
Loading…
Reference in a new issue