0

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.

Nash
  • 1,043
  • 2
  • 14
  • 33
  • 1
    I think this question would be more relevant on [Software Recommendations Stack Exchange](http://softwarerecs.stackexchange.com/), since it is asking for a software recommendation. – Anderson Green Feb 09 '15 at 15:41

3 Answers3

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.

here is good anwer given by community wiki

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
0

you can use pyCharm too it's very good one.

Mostafa Mohamed
  • 816
  • 15
  • 39