c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #03221
[Bug 507973] Re: [trunk] [rev 1975] startup option --addons-path can't handle more than one addons path
important for the loempia project.
** Changed in: openobject-server/trunk
Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)
--
[trunk] [rev 1975] startup option --addons-path can't handle more than one addons path
https://bugs.launchpad.net/bugs/507973
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Server: Confirmed
Status in OpenObject Server trunk series: Confirmed
Bug description:
Startup option --addons-path can be useful when launching server to add modules on the fly.
It seems to be able to handle multiple addons-path comma separated (server/bin/addons/__init__.py line 48 : ad_paths= map(lambda m: os.path.abspath(m.strip()),tools.config['addons_path'].split(',')) ) but _check_addons_path method from config.py raise incorrect error cause it doesn't split the args...
patch attached