-
Notifications
You must be signed in to change notification settings - Fork 2
/
versions.toml
62 lines (52 loc) · 2.21 KB
/
versions.toml
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
58
59
60
61
62
[defaults]
gid = 1000
uid = 1000
pip_packages = ""
apt_packages = ""
template = "Dockerfile.template"
config = "odoo.conf"
entrypoint = "entrypoint.py"
filename = "odoo_${ODOO_VERSION}.${ODOO_RELEASE}"
version_path = "${ODOO_VERSION}"
module_name = "odoo"
[odoo."8.0"]
version = "8.0"
release = "20171001"
template = "Dockerfile27.template"
module_name = "openerp"
[odoo."9.0"]
version = "9.0c"
version_path = "9.0"
release = "20190424"
template = "Dockerfile27.template"
apt_packages = "ruby-sass"
module_name = "openerp"
[odoo."10.0"]
version = "10.0"
release = "20191025"
template = "Dockerfile27.template"
apt_packages = "ruby-sass"
[odoo."11.0"]
version = "11.0"
release = "20191025"
apt_packages = "ruby-sass"
[odoo."12.0"]
version = "12.0"
release = "20191025"
[odoo."13.0"]
version = "13.0"
release = "20191025"
apt_packages = "python3-babel python3-chardet python3-dateutil python3-decorator python3-docutils python3-feedparser python3-html2text python3-pil python3-jinja2 python3-libsass python3-lxml python3-mako python3-mock python3-passlib python3-polib python3-psutil python3-psycopg2 python3-pydot python3-pyparsing python3-pypdf2 python3-qrcode python3-reportlab python3-requests python3-suds python3-tz python3-vatnumber python3-vobject python3-werkzeug python3-xlsxwriter python3-xlrd python3-pyldap"
[odoo."10.0-nightly"]
version = "10.0"
template = "Dockerfile27.template"
apt_packages = "ruby-sass"
[odoo."11.0-nightly"]
version = "11.0"
apt_packages = "ruby-sass"
[odoo."12.0-nightly"]
version = "12.0"
[odoo."13.0-nightly"]
version = "13.0"
apt_packages = "python3-babel python3-chardet python3-dateutil python3-decorator python3-docutils python3-feedparser python3-html2text python3-pil python3-jinja2 python3-libsass python3-lxml python3-mako python3-mock python3-passlib python3-polib python3-psutil python3-psycopg2 python3-pydot python3-pyparsing python3-pypdf2 python3-qrcode python3-reportlab python3-requests python3-suds python3-tz python3-vatnumber python3-vobject python3-werkzeug python3-xlsxwriter python3-xlrd python3-pyldap"
# version_path = "master"