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

Development into master #6

Merged
merged 2 commits into from
May 13, 2024
Merged
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
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ Start and configure a odoo instance.

1.0.0

## Odoo Version

16 (16.20240509.0)

docker images:

https://hub.docker.com/r/innovyou/ns8-odoo
https://hub.docker.com/r/innovyou/ns8-postgres


## Documentation

See docs: https://docs.nethserver.org/projects/ns8/en/latest/odoo.html
Expand Down
1 change: 1 addition & 0 deletions imageroot/actions/configure-module/80start_services
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ sleep 5

# fix odoo conf permissions
podman exec -u root -it odoo-app bash -c "chown -R odoo:odoo /etc/odoo"
podman exec -u root -it odoo-app bash -c "chown odoo:odoo /var/lib/odoo/filestore"
Loading