Aim (2008..): This page will cover issues with the very promising v5......
V5 looks interesting indeed, but are (many) issues... check out the foums..
Migrating from v4.2:
Sep'2009: For some performance/scalability testing scripts see http://www.openobject.com/forum/post42822.html (they are in the svn repository).
Accounting:
[Update 2010.07.25] As an opensource project basically if something is missing one should try and implement it and contribute back to the community. Since I've not been able to do this yet really with openerp, I'm reluctant to criticise strongly.
Commercial software makes (more) money ... so they have the money to employ programmers to make easier to use software... but they don't necessarily listen to their community either
All open software projects have to start somewhere, and its the community that makes the project. Openerp tries to solve complex problems and is at (very) early stages community wise.
(My favourite counter-example is Drupal which has a strong, open, vibrant community tying commercial integrators/developers with volounteers in a way I've never seen before: its a million times more motivating to work on Drupal than Openerp....)
Version 5.0.1 was installed (17th Jun'09) according to the guide on
http://www.openerp.com/forum/topic11409.html?sid=6b707d62e336098110f69c0...
A few differences:
- Pull sources from launchpad, rather than download the tarball (since there is no tarball for extra-addons, or community addons and its easier to follow source code changes). The bzr_setup script pulls down the sources for client, servers, addons and web client.
cd /opt
bzr branch lp:openerp openerp.bzr
cd openerp.bzr
./bzr_set.py
- rather than doing a make install, it was run directly from the directory where is was extracted, /opt/openerp.bzr
- Scripts for starting the web and server, and configuration files were written, see the attachments below.
| Attachment | Size |
|---|---|
| init.d_openerp-server | 3.03 KB |
| init.d_openerp-web | 3.8 KB |
| openerp-server.cfg | 1.23 KB |
| openerp-web.cfg | 2.1 KB |