credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #02826
[Bug 911447] Re: addons_path values on openerp v6.1
Hello Cristian,
This is not a bug but you might have a misunderstand something.
For trunk version we have created some web/addons module so we have to
give a path of this web-addons on server side which are following way.
./openerp-server --addons=../addons/,../new_openerp-web/addons/
./openerp-server --addons=../new_openerp-web/addons/,../addons/
So would you please try with this.
Hope this will help.
Thank you!
** Changed in: openobject-server
Status: New => Invalid
** Converted to question:
https://answers.launchpad.net/openobject-server/+question/183792
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/911447
Title:
addons_path values on openerp v6.1
Status in OpenERP Server:
Invalid
Bug description:
i have downloaded openerp trunk version (v6.1)
still not very clear how to configure addons_path in the config file
if i start the server with -s
how addons_path should be configured ?
do you know if addons_path supports multiple paths comma separated ?
if i run with addons_path =../../web/trunk/addons/,../../addons/trunk/
this is ok...
but if i switch the order no
meaning the second path is not take into account
if i run with addons_path =../../addons/trunk/,../../web/trunk/addons/
i get this
[2012-01-03 20:09:14,664][?] ERROR:root:Failed to load server-wide module `web`.
The `web` module is provided by the addons found in the `openerp-web` project.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
Thanks
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/911447/+subscriptions
References