Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Odoo scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo scripts
Merge requests
!45
Draft: Topic/default/odoo 11 focal
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Topic/default/odoo 11 focal
topic/default/odoo-11-focal
into
branch/default
Overview
0
Commits
1
Pipelines
0
Changes
1
Closed
Vincent Hatakeyama
requested to merge
topic/default/odoo-11-focal
into
branch/default
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
branch/default
version 4
be4ae63e
3 years ago
version 3
be4ae63e
3 years ago
version 2
be4ae63e
3 years ago
version 1
8ccfe341
3 years ago
branch/default (base)
and
latest version
latest version
2de74a2c
1 commit,
3 years ago
version 4
be4ae63e
1 commit,
3 years ago
version 3
be4ae63e
2 commits,
3 years ago
version 2
be4ae63e
3 commits,
3 years ago
version 1
8ccfe341
2 commits,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
odoo_scripts/docker_dev_start.py
+
1
−
1
Options
@@ -792,7 +792,7 @@ USAGE
if
odoo_type
==
"
odoo10
"
:
pythons
=
(
"
python2.7
"
,)
elif
odoo_type
==
"
odoo11
"
:
pythons
=
(
"
python3.5
"
,
"
python3.6
"
)
pythons
=
(
"
python3.5
"
,
"
python3.6
"
,
"
python3.8
"
)
elif
odoo_type
==
"
odoo13
"
:
pythons
=
(
"
python3.8
"
,)
else
:
Loading