This question has been flagged
Best Answer

Follow this link

https://www.odoo.com/forum/help-1/question/running-odoo-in-virtual-enviornment-169797

Avatar
Discard
Best Answer

 How did you setup your environment with virtualenv. Could you give an example?

Avatar
Discard
Author Best Answer

Virtualenv enables to isolate the different projects you are working on which is interesting when the dependencies are different (versions especially).

However, I believe that a good practice for Odoo is to install the production instance on a dedicated server or a VM (like an Amazon EC2 instance) and develop on a virtual machine that will have been configured with the same provision script used to build the Odoo production instance.

Just curious about what others are doing...

What do you think? Are you for using a virtualenv or a dedicated server for your Odoo project (regarding both development environment and production)?

Avatar
Discard