Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMP] README: Windows instructions #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 11.0/odoo-docker.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[options]]
[options]
# *******************************
# Cetmix Odoo Debug Cofiguration
# NB: This is just a sample!
Expand Down
2 changes: 1 addition & 1 deletion 12.0/odoo-docker.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[options]]
[options]
# *******************************
# Cetmix Odoo Debug Cofiguration
# NB: This is just a sample!
Expand Down
2 changes: 1 addition & 1 deletion 13.0/odoo-docker.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[options]]
[options]
# *******************************
# Cetmix Odoo Debug Cofiguration
# NB: This is just a sample!
Expand Down
2 changes: 1 addition & 1 deletion 14.0/odoo-docker.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[options]]
[options]
# *******************************
# Cetmix Odoo Debug Cofiguration
# NB: This is just a sample!
Expand Down
2 changes: 1 addition & 1 deletion 15.0/odoo-docker.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[options]]
[options]
# *******************************
# Cetmix Odoo Debug Cofiguration
# NB: This is just a sample!
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,24 @@ This repo contains Dockerfile to build your own image for debugging Odoo.
- You can build images for other Odoo versions using existing one as example.
- Don't hesitate to share your updates and enhancements by opening a PR!

Windows users need to do these changes (tested with 14.0):

```
launch.json
"localRoot": "${HOME}/odoo",

settings.json
"hostOdooRoot" : "${HOME}/odoo",

tasks.json
"localPath": "C:/Users/YOUR_USERNAME/odoo"

"customOptions": "--add-host=host.docker.internal:host-gateway", // without ' '

"dockerRun": {
"env": {
"POSTGRES_DB": "postgres"
},
```

**Copyright Cetmix OU 2022-now. Using this repo assumes you understand what you are doing. Use it on your own risk**