This repository has been archived by the owner on May 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathmanifest.json
57 lines (57 loc) · 1.89 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "Odoo",
"id": "odoo",
"description": {
"en": "Odoo is a suite of business apps (ERP: CRM, Accounting, Point of Sale, HR, Purchases...).",
"fr": "Odoo est une collection d'apps de gestion d'entreprise (ERP : CRM, Comptabilité, Point de Vente, RH, Achats, ...)."
},
"developer": {
"name": "scith"
},
"multi_instance": "true",
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Odoo (Odoo will be installed on its root!)",
"fr": "Choisissez un domaine pour Odoo (Odoo sera installé dans sa racine !)"
},
"example": "odoo.domain.org"
},
{
"name": "odoo_version",
"ask": {
"en": "Which version of Odoo do you want to install?",
"fr": "Quelle version d'Odoo souhaitez-vous installer ?"
},
"choices": ["8.0", "9.0"],
"default": "8.0"
},
{
"name": "admin_password",
"ask": {
"en": "Choose a strong master admin password",
"fr": "Choisissez un mot de passe maître fort pour l'administration"
}
},
{
"name": "database_password",
"ask": {
"en": "Choose a password for the 'admin' account on Odoo",
"fr": "Choisissez un mot de passe pour le compte 'admin' d'Odoo"
}
},
{
"name": "database_lang",
"ask": {
"en": "Choose a language for Odoo",
"fr": "Choisissez une langue pour Odoo"
},
"choices": ["en_US", "fr_FR", "de_DE"],
"default": "en_US"
}
]
}
}