I have installed Odoo v8 on VM, with Ubuntu. I am using GEDIT for editing .py and .xml files. Is there a Python development environment out there where I can develop, and more importantly, debug my Python code? Thanks in advance for your help.
Asked
Active
Viewed 1,755 times
3 Answers
2
Eclipse + PyDev convenient for OpenERP/Odoo-Python. For quick computations, apply patches, Idle is great.
Also Aptana Studio (http://www.aptana.com/) is good and it's alongside GIT to have local version control. It is easy to either deploy locally or push the changes to a remote GIT repo.

Community
- 1
- 1

Bhavesh Odedra
- 10,990
- 12
- 33
- 58
1
Try installing Eclipse, which is popularly used for Odoo development. It helps in debugging also.

Hardik Patadia
- 1,969
- 16
- 20
-
Eclipse is a logical choice for a VM since Eclipse is in the Ubuntu Software Center and PyCharm Community Edition isn't. – karel Feb 09 '15 at 14:12