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
Commits
a67c24d3
Commit
a67c24d3
authored
2 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
Avoid trying to set db_host with an empty value
parent
80f8bfb5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!117
🚑 Avoid trying to set db_host with an empty value
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS.rst
+5
-0
5 additions, 0 deletions
NEWS.rst
odoo_scripts/docker_dev_start.py
+2
-2
2 additions, 2 deletions
odoo_scripts/docker_dev_start.py
with
7 additions
and
2 deletions
NEWS.rst
+
5
−
0
View file @
a67c24d3
...
@@ -2,6 +2,11 @@
...
@@ -2,6 +2,11 @@
History
History
=======
=======
16.5.1
------
Avoid trying to set db_host with an empty value.
16.5.0
16.5.0
------
------
...
...
This diff is collapsed.
Click to expand it.
odoo_scripts/docker_dev_start.py
+
2
−
2
View file @
a67c24d3
...
@@ -766,8 +766,8 @@
...
@@ -766,8 +766,8 @@
_logger
.
info
(
"
You can add the --create-user argument to create it
"
)
_logger
.
info
(
"
You can add the --create-user argument to create it
"
)
return
16
return
16
arg
.
append
(
"
--db_host
"
)
arg
.
append
(
"
--db_host
"
)
arg
.
append
(
db_host
)
arg
.
append
(
db_host
)
# --- restore ---
# --- restore ---
# TODO find out why odoo_help would stop us from restoring
# TODO find out why odoo_help would stop us from restoring
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment