-
Notifications
You must be signed in to change notification settings - Fork 57
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
Couple suggestions #15
Comments
@szabolcsmaj Thank you for your comments! They are well received and appreciated! For 1: However, I agree that as well as with containers, these packages should have the version tag even if it's the latest. For 2: For 3: |
3: It would be just for convenience. For example, if I'd develop an application that changes its behavior based on the environment and I plan to develop it to odoo.sh, I can test it locally to see it behaves properly. I mean users can add it manually if they want to without too much effort. It's just an idea :) |
@szabolcsmaj The |
For number 2. I'm posting a new documentation by the end of this week. |
I wrote down a couple of things that can be changed/mentioned. These are just suggestions:
docker-compose exec odoo sh -c "odoo shell --http-port=8071"
ODOO_STAGE
too. This is the variable that odoo.sh uses to determine if the environment is dev/test, staging or production. If we are developing a module that uses this locally, it would be good to already have that set.The text was updated successfully, but these errors were encountered: