odoocker / odoocker

A game-changer in the world of Odoo Development and Deployment.
87 stars 43 forks source link

Couple suggestions #15

Open szabolcsmaj opened 8 months ago

szabolcsmaj commented 8 months ago

I wrote down a couple of things that can be changed/mentioned. These are just suggestions:

yhaelopez commented 8 months ago

@szabolcsmaj Thank you for your comments! They are well received and appreciated!

For 1: I didn't consider adding the version to every package in the requirements.txt unless any package causes any ussue (for example, the Sentry package we use).

However, I agree that as well as with containers, these packages should have the version tag even if it's the latest.

For 2: Your suggestion in the README is perfect! Also, this file is quite outdated. I'll be updating it and move some stuff to the Repo's Wiki.

For 3: Does ODOO_STAGE has any effect or would be just informative?

szabolcsmaj commented 7 months ago

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 :)

yhaelopez commented 1 month ago

@szabolcsmaj The requirements.txt is now version-fixed! 🎉

yhaelopez commented 1 month ago

For number 2. I'm posting a new documentation by the end of this week. And number 3: can we use our current APP_ENV for the purpose you mentioned or do you think it has a different purpose? APP_ENV can be used for both: informative & behavioral change.