Which dev environment to use for OpenERP development?

Asked by Zoltan Somogyi

HI,

Can you please tell me which software development environment is best to use under MS Windows for OpenERP development? Is it possible to have a visual (WYSIWYG) editor for the web forms (Views)?

Thank you,
Zoltan

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
Serpent Consulting Services
Solved:
Last query:
Last reply:
Revision history for this message
Best Serpent Consulting Services (serpent-consulting-services) said :
#1

Zoltan,

The best is to install all dependent Python packages and use eclipse for development.

But its not so straight forward as it is with Ubuntu(Linux OS).

For now, there is no WYSIWYG editor available.

Thanks.

Revision history for this message
Zoltan Somogyi (zsomogyi-be) said :
#2

Thank you! I have found 2 interesting choices: Eclipse and Aptana Studio 3. I have used Eclipse before and I think that it is a good choice. And I have the feeling that Aptana Studio 3 was built on Eclipse!?

Revision history for this message
Zoltan Somogyi (zsomogyi-be) said :
#3

Thanks Serpent Consulting Services, that solved my question.

Revision history for this message
Younes Hadrous (youhad20-c) said :
#4

The Best one is Eclipse and you can install PyNSource and PyNSource GUI to Reverse the UML for python code

Revision history for this message
Nicholas Riegel (nriegel) said :
#5

Aptana Studio 3 is a plugin for Eclipse.

Has anyone considered Geany? Geany is a very lightweight visual IDE available in any distribution. It is also available for Windows :(

Another option might be pyscripter. It is FOSS and very good. Unfortunately, it is Windows only and does not work on WINE.

A Google or Duck-Duck-go search will easily give more information on both of these.

BTW Eclipse/Aptana Studio is a great product, it is just that it is JAVA based which means its kinda slow.