Comment 1 for bug 869451

Revision history for this message
Vo Minh Thu (thu) wrote :

This is not a bug. This is the OpenERP server that fails to load the `web` module provided by the openerp-web project (the v6.1 web client). That module, in our code base, is not provided by the server or by the normal addons. In a packaged OpenERP server, all addons are packaged together so there is nothing to configure, but when you use the code from launchpad, you have to add the web addons in the configuration. For instance:

    ./openerp-server --addons-path=/path/to/addons,/path/to/web/addons # note the two paths

Nevertheless, a slightly improved error message has been included in trunk at revision 3740 (revision-id: <email address hidden>); thanks for the bug report.