简体   繁体   English

开放式ERP的编解码模块工具

[英]Tools for Coding and Debbugging Modules of Open ERP

I want know if some IDEs or tools exists who can help to code and debug Modules of OpenERP 7 i tried tools of Python in Eclipse but it still slow and useless. 我想知道是否存在一些IDE或工具可以帮助编码调试 OpenERP 7的模块。我在Eclipse中尝试了Python工具,但它仍然缓慢且无用。
There is some powerful tools dedicated for OpenERP developers ? 有一些专用于OpenERP开发人员的强大工具吗?

Slow and useless? 慢无用? We have 4-5 devs on this platform and it works well. 我们在这个平台上有4-5个开发人员,它运作良好。 Could there is a problem with your setup? 您的设置可能有问题吗? What do you mean by "tools of python" - I am using the pydev plugin. 您所说的“ python工具”是什么意思-我正在使用pydev插件。

My laptop is Win 7 but I use VirtualBox and run an Ubuntu VM with Eclipse with Pydev and postgres in the VM. 我的笔记本电脑是Win 7,但我使用VirtualBox,并在Eclipse中使用带有Pydev和postgres的Eclipse运行Ubuntu VM。 I find debugging works well and performance is pretty good allowing for the fact it is a laptop, certainly good enough for most things. 我发现调试效果很好,并且性能相当不错,考虑到它是一台笔记本电脑,对于大多数事情来说当然足够好。 The biggest hold up is usually adding/removing columns to tables with a lot of rows as Postgres actually creates a new table in the background and copies the rows across into the new table, but this is a Postgres effect and will be the same no matter what. 最大的阻碍通常是在具有很多行的表中添加/删除列,因为Postgres实际上在后台创建了一个新表并将行复制到新表中,但这是Postgres的效果,并且无论如何都是相同的什么。

There are no dedicated tools that I am aware of. 我没有专用的工具。 I think most people work like this but there is always pycharm or komodo or even go the pure editor way with sublime. 我认为大多数人都是这样工作的,但是总是有pycharm或komodo甚至带有崇高的纯编辑器方式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM